Class SAMLAudienceProtocolMapper
- java.lang.Object
- 
- org.keycloak.protocol.saml.mappers.AbstractSAMLProtocolMapper
- 
- org.keycloak.protocol.saml.mappers.SAMLAudienceProtocolMapper
 
 
- 
- All Implemented Interfaces:
- ProtocolMapper,- SAMLLoginResponseMapper,- ConfiguredProvider,- Provider,- ProviderFactory<ProtocolMapper>
 
 public class SAMLAudienceProtocolMapper extends AbstractSAMLProtocolMapper implements SAMLLoginResponseMapper SAML mapper to add a audience restriction into the assertion, to another client (clientId) or to a custom URI. Only one URI is added, clientId has preference over the custom value (the class maps OIDC behavior).- Author:
- rmartinc
 
- 
- 
Field SummaryFields Modifier and Type Field Description static StringAUDIENCE_CATEGORYstatic StringINCLUDED_CLIENT_AUDIENCEstatic StringINCLUDED_CUSTOM_AUDIENCEprotected static org.jboss.logging.Loggerloggerstatic StringPROVIDER_ID
 - 
Constructor SummaryConstructors Constructor Description SAMLAudienceProtocolMapper()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ProviderConfigProperty>getConfigProperties()StringgetDisplayCategory()StringgetDisplayType()StringgetHelpText()StringgetId()protected static AudienceRestrictionTypelocateAudienceRestriction(ResponseType response)ResponseTypetransformLoginResponse(ResponseType response, ProtocolMapperModel mappingModel, KeycloakSession session, UserSessionModel userSession, ClientSessionContext clientSessionCtx)- 
Methods inherited from class org.keycloak.protocol.saml.mappers.AbstractSAMLProtocolMapperclose, create, getProtocol, init, postInit
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.keycloak.provider.ConfiguredProvidergetConfig
 - 
Methods inherited from interface org.keycloak.protocol.ProtocolMappergetPriority, validateConfig
 - 
Methods inherited from interface org.keycloak.provider.ProviderFactorygetConfigMetadata, order
 
- 
 
- 
- 
- 
Field Detail- 
loggerprotected static final org.jboss.logging.Logger logger 
 - 
PROVIDER_IDpublic static final String PROVIDER_ID - See Also:
- Constant Field Values
 
 - 
AUDIENCE_CATEGORYpublic static final String AUDIENCE_CATEGORY - See Also:
- Constant Field Values
 
 - 
INCLUDED_CLIENT_AUDIENCEpublic static final String INCLUDED_CLIENT_AUDIENCE - See Also:
- Constant Field Values
 
 - 
INCLUDED_CUSTOM_AUDIENCEpublic static final String INCLUDED_CUSTOM_AUDIENCE - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
getConfigPropertiespublic List<ProviderConfigProperty> getConfigProperties() - Specified by:
- getConfigPropertiesin interface- ConfiguredProvider
 
 - 
getIdpublic String getId() - Specified by:
- getIdin interface- ProviderFactory<ProtocolMapper>
 
 - 
getDisplayTypepublic String getDisplayType() - Specified by:
- getDisplayTypein interface- ProtocolMapper
 
 - 
getDisplayCategorypublic String getDisplayCategory() - Specified by:
- getDisplayCategoryin interface- ProtocolMapper
 
 - 
getHelpTextpublic String getHelpText() - Specified by:
- getHelpTextin interface- ConfiguredProvider
 
 - 
locateAudienceRestrictionprotected static AudienceRestrictionType locateAudienceRestriction(ResponseType response) 
 - 
transformLoginResponsepublic ResponseType transformLoginResponse(ResponseType response, ProtocolMapperModel mappingModel, KeycloakSession session, UserSessionModel userSession, ClientSessionContext clientSessionCtx) - Specified by:
- transformLoginResponsein interface- SAMLLoginResponseMapper
 
 
- 
 
-