Package org.opensaml.saml.ext.saml2mdrpi
Interface RegistrationInfo
- All Superinterfaces:
SAMLObject
,XMLObject
- All Known Implementing Classes:
RegistrationInfoImpl
Representation of the
<mdrpi:RegistrationInfo>
element.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Name of the element inside the Extensions.static final QName
Default element name.static final String
registrationAuthority attribute name.static final String
registrationInstant attribute name.static final QName
QName of the registrationInstant attribute.static final String
Local name of the XSI type.static final QName
QName of the XSI type. -
Method Summary
Modifier and TypeMethodDescriptionGet the registration authority.Get the registration instant.Get theRegistrationPolicy
s.void
setRegistrationAuthority
(String authority) Set the registration authority.void
setRegistrationInstant
(Instant dateTime) Set the registration instant.Methods inherited from interface org.opensaml.core.xml.XMLObject
detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
-
Field Details
-
DEFAULT_ELEMENT_LOCAL_NAME
Name of the element inside the Extensions.- See Also:
-
DEFAULT_ELEMENT_NAME
Default element name. -
TYPE_LOCAL_NAME
Local name of the XSI type.- See Also:
-
TYPE_NAME
QName of the XSI type. -
REGISTRATION_AUTHORITY_ATTRIB_NAME
registrationAuthority attribute name.- See Also:
-
REGISTRATION_INSTANT_ATTRIB_NAME
registrationInstant attribute name.- See Also:
-
REGISTRATION_INSTANT_ATTRIB_QNAME
QName of the registrationInstant attribute.
-
-
Method Details
-
getRegistrationAuthority
String getRegistrationAuthority()Get the registration authority.- Returns:
- the registration authority
-
setRegistrationAuthority
Set the registration authority.- Parameters:
authority
- the registration authority
-
getRegistrationInstant
Instant getRegistrationInstant()Get the registration instant.- Returns:
- the registration instant
-
setRegistrationInstant
Set the registration instant.- Parameters:
dateTime
- the instant
-
getRegistrationPolicies
List<RegistrationPolicy> getRegistrationPolicies()Get theRegistrationPolicy
s.- Returns:
- the list of policies
-