Class AbstractIdentityAttribute
java.lang.Object
se.idsec.signservice.integration.core.AbstractIdentityAttribute
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
RequestedCertificateAttribute
,SignerIdentityAttribute
A base class for identity attributes.
- Author:
- Martin Lindström (martin@idsec.se), Stefan Santesson (stefan@idsec.se)
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.AbstractIdentityAttribute
(String type, String name) Constructor setting the type and name. -
Method Summary
-
Field Details
-
type
The type of attribute. -
name
The attribute name.
-
-
Constructor Details
-
AbstractIdentityAttribute
public AbstractIdentityAttribute()Default constructor. -
AbstractIdentityAttribute
Constructor setting the type and name.- Parameters:
type
- the type of attributename
- the attribute name
-
-
Method Details
-
getType
Gets the identity attribute type.- Returns:
- the string identifying the type of attribute represented
-
setType
Assigns the identity attribute type.- Parameters:
type
- the attribute type
-
getName
Gets the attribute name.- Returns:
- the attribute name
-
setName
Sets the attribute name.- Parameters:
name
- the attribute name
-