Class DefaultAttributeMapper

    • Constructor Detail

      • DefaultAttributeMapper

        public DefaultAttributeMapper()
        Constructor.
    • Method Detail

      • getConfigAttributeMap

        public Map<String,​String> getConfigAttributeMap​(String realm,
                                                              String hostEntityID,
                                                              String role)
                                                       throws SAML2Exception
        Returns the attribute map by parsing the configured map in hosted provider configuration
        Parameters:
        realm - realm name.
        hostEntityID - EntityID of the hosted provider.
        Returns:
        a map of local attributes configuration map. This map will have a key as the SAML attribute name and the value is the local attribute.
        Throws:
        SAML2Exception