Class SignerIdentityAttribute
java.lang.Object
se.idsec.signservice.integration.core.AbstractIdentityAttribute
se.idsec.signservice.integration.authentication.SignerIdentityAttribute
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SignerIdentityAttributeValue
Representation of a signer identity attribute.
- Author:
- Martin Lindström (martin@idsec.se), Stefan Santesson (stefan@idsec.se)
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Builder forSignerIdentityAttribute
objects. -
Field Summary
FieldsFields inherited from class se.idsec.signservice.integration.core.AbstractIdentityAttribute
name, type
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.SignerIdentityAttribute
(String type, String name) Constructor. -
Method Summary
Methods inherited from class se.idsec.signservice.integration.core.AbstractIdentityAttribute
getName, getType, setName, setType
-
Field Details
-
SAML_TYPE
Type indicator for SAML attribute.- See Also:
-
-
Constructor Details
-
SignerIdentityAttribute
public SignerIdentityAttribute()Default constructor. -
SignerIdentityAttribute
Constructor.- Parameters:
type
- the type of the attributename
- the name of the attribute
-