Class ValidRelayStateExtractor.SAMLEntityInfo

  • Enclosing class:
    ValidRelayStateExtractor

    public static final class ValidRelayStateExtractor.SAMLEntityInfo
    extends Object
    A domain object that helps to uniquely identify a given SAML entity in the configuration.
    • Method Detail

      • from

        public static ValidRelayStateExtractor.SAMLEntityInfo from​(String realm,
                                                                   String entityID,
                                                                   String role)
        Creates a new SAMLEntityInfo object based on the provided details.
        Parameters:
        realm - The realm where the hosted entity belongs to.
        entityID - The entity ID of the hosted entity.
        role - The role of the hosted entity (e.g. SPRole or IDPRole).
        Returns:
        The SAMLEntityInfo object corresponding to the provided details.