Uses of Interface
org.keycloak.protocol.saml.mappers.SAMLAttributeStatementMapper
- 
Packages that use SAMLAttributeStatementMapper Package Description org.keycloak.protocol.saml org.keycloak.protocol.saml.mappers 
- 
- 
Uses of SAMLAttributeStatementMapper in org.keycloak.protocol.samlMethod parameters in org.keycloak.protocol.saml with type arguments of type SAMLAttributeStatementMapper Modifier and Type Method Description AttributeStatementTypeSamlProtocol. populateAttributeStatements(List<SamlProtocol.ProtocolMapperProcessor<SAMLAttributeStatementMapper>> attributeStatementMappers, KeycloakSession session, UserSessionModel userSession, AuthenticatedClientSessionModel clientSession)
- 
Uses of SAMLAttributeStatementMapper in org.keycloak.protocol.saml.mappersClasses in org.keycloak.protocol.saml.mappers that implement SAMLAttributeStatementMapper Modifier and Type Class Description classDeployedScriptSAMLProtocolMapperclassGroupMembershipMapperclassHardcodedAttributeMapperMappings UserModel property (the property name of a getter method) to an AttributeStatement.classScriptBasedMapperThis class provides a mapper that uses javascript to attach a value to an attribute for SAML tokens.classUserAttributeStatementMapperMappings UserModel attribute (not property name of a getter method) to an AttributeStatement.classUserPropertyAttributeStatementMapperMappings UserModel property (the property name of a getter method) to an AttributeStatement.classUserSessionNoteStatementMapperMaps a user session note to a SAML attribute
 
-