Class RegistrationAuthority
java.lang.Object
net.shibboleth.metadata.dom.saml.mdrpi.RegistrationAuthority
- All Implemented Interfaces:
ItemMetadata
Carries the registration authority URI for a SAML entity.
Although the value is formally a URI, we represent it as a String for now
to prevent running into trouble if people use malformed values.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the registration authority value.
-
Field Details
-
registrationAuthority
Registration authority URI.
-
-
Constructor Details
-
RegistrationAuthority
Constructor.- Parameters:
authority- The registration authority for the item, never null or empty
-
-
Method Details
-
getRegistrationAuthority
Gets the registration authority value.- Returns:
- unique The registration authority for the item, never null or empty
-