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 StringName of the element inside the Extensions.static final QNameDefault element name.static final StringregistrationAuthority attribute name.static final StringregistrationInstant attribute name.static final QNameQName of the registrationInstant attribute.static final StringLocal name of the XSI type.static final QNameQName of the XSI type. -
Method Summary
Modifier and TypeMethodDescriptionGet the registration authority.Get the registration instant.Get theRegistrationPolicys.voidsetRegistrationAuthority(String authority) Set the registration authority.voidsetRegistrationInstant(Instant dateTime) Set the registration instant.Methods inherited from interface org.opensaml.core.xml.XMLObject
detach, ensureDOM, 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
Get the registration authority.- Returns:
- the registration authority
-
setRegistrationAuthority
Set the registration authority.- Parameters:
authority- the registration authority
-
getRegistrationInstant
Get the registration instant.- Returns:
- the registration instant
-
setRegistrationInstant
Set the registration instant.- Parameters:
dateTime- the instant
-
getRegistrationPolicies
Get theRegistrationPolicys.- Returns:
- the list of policies
-