Interface RegistrationInfo

All Superinterfaces:
SAMLObject, XMLObject
All Known Implementing Classes:
RegistrationInfoImpl

public interface RegistrationInfo
extends SAMLObject
Representation of the <mdrpi:RegistrationInfo> element.
See Also:
http://docs.oasis-open.org/security /saml/Post2.0/saml-metadata-rpi/v1.0/
  • Field Details

    • DEFAULT_ELEMENT_LOCAL_NAME

      static final String DEFAULT_ELEMENT_LOCAL_NAME
      Name of the element inside the Extensions.
      See Also:
      Constant Field Values
    • DEFAULT_ELEMENT_NAME

      static final QName DEFAULT_ELEMENT_NAME
      Default element name.
    • TYPE_LOCAL_NAME

      static final String TYPE_LOCAL_NAME
      Local name of the XSI type.
      See Also:
      Constant Field Values
    • TYPE_NAME

      static final QName TYPE_NAME
      QName of the XSI type.
    • REGISTRATION_AUTHORITY_ATTRIB_NAME

      static final String REGISTRATION_AUTHORITY_ATTRIB_NAME
      registrationAuthority attribute name.
      See Also:
      Constant Field Values
    • REGISTRATION_INSTANT_ATTRIB_NAME

      static final String REGISTRATION_INSTANT_ATTRIB_NAME
      registrationInstant attribute name.
      See Also:
      Constant Field Values
    • REGISTRATION_INSTANT_ATTRIB_QNAME

      static final QName REGISTRATION_INSTANT_ATTRIB_QNAME
      QName of the registrationInstant attribute.
  • Method Details

    • getRegistrationAuthority

      String getRegistrationAuthority()
      Get the registration authority.
      Returns:
      the registration authority
    • setRegistrationAuthority

      void setRegistrationAuthority​(String authority)
      Set the registration authority.
      Parameters:
      authority - the registration authority
    • getRegistrationInstant

      Instant getRegistrationInstant()
      Get the registration instant.
      Returns:
      the registration instant
    • setRegistrationInstant

      void setRegistrationInstant​(Instant dateTime)
      Set the registration instant.
      Parameters:
      dateTime - the instant
    • getRegistrationPolicies

      List<RegistrationPolicy> getRegistrationPolicies()
      Returns:
      the list of policies