Uses of Interface
org.pac4j.saml.profile.api.SAML2ProfileHandler
-
Packages that use SAML2ProfileHandler Package Description org.pac4j.saml.client org.pac4j.saml.credentials.extractor org.pac4j.saml.logout org.pac4j.saml.logout.impl org.pac4j.saml.sso.impl -
-
Uses of SAML2ProfileHandler in org.pac4j.saml.client
Fields in org.pac4j.saml.client declared as SAML2ProfileHandler Modifier and Type Field Description protected SAML2ProfileHandler<org.opensaml.saml.saml2.core.LogoutRequest>SAML2Client. logoutProfileHandlerprotected SAML2ProfileHandler<org.opensaml.saml.saml2.core.AuthnRequest>SAML2Client. profileHandlerMethods in org.pac4j.saml.client that return SAML2ProfileHandler Modifier and Type Method Description SAML2ProfileHandler<org.opensaml.saml.saml2.core.LogoutRequest>SAML2Client. getLogoutProfileHandler()SAML2ProfileHandler<org.opensaml.saml.saml2.core.AuthnRequest>SAML2Client. getProfileHandler()Methods in org.pac4j.saml.client with parameters of type SAML2ProfileHandler Modifier and Type Method Description voidSAML2Client. setLogoutProfileHandler(SAML2ProfileHandler<org.opensaml.saml.saml2.core.LogoutRequest> logoutProfileHandler) -
Uses of SAML2ProfileHandler in org.pac4j.saml.credentials.extractor
Fields in org.pac4j.saml.credentials.extractor declared as SAML2ProfileHandler Modifier and Type Field Description protected SAML2ProfileHandler<org.opensaml.saml.saml2.core.LogoutRequest>SAML2CredentialsExtractor. logoutProfileHandlerprotected SAML2ProfileHandler<org.opensaml.saml.saml2.core.AuthnRequest>SAML2CredentialsExtractor. profileHandler -
Uses of SAML2ProfileHandler in org.pac4j.saml.logout
Fields in org.pac4j.saml.logout declared as SAML2ProfileHandler Modifier and Type Field Description protected SAML2ProfileHandler<org.opensaml.saml.saml2.core.LogoutRequest>SAML2LogoutActionBuilder. logoutProfileHandler -
Uses of SAML2ProfileHandler in org.pac4j.saml.logout.impl
Classes in org.pac4j.saml.logout.impl that implement SAML2ProfileHandler Modifier and Type Class Description classSAML2LogoutProfileHandlerHandler capable of sending and receiving SAML logout messages -
Uses of SAML2ProfileHandler in org.pac4j.saml.sso.impl
Classes in org.pac4j.saml.sso.impl that implement SAML2ProfileHandler Modifier and Type Class Description classSAML2WebSSOProfileHandlerHandler capable of sending and receiving SAML messages according to the SAML2 SSO Browser profile.
-