Uses of Class
org.pac4j.saml.client.SAML2Client
-
Packages that use SAML2Client Package Description org.pac4j.saml.context org.pac4j.saml.credentials.extractor org.pac4j.saml.logout org.pac4j.saml.redirect org.pac4j.saml.sso.artifact org.pac4j.saml.state -
-
Uses of SAML2Client in org.pac4j.saml.context
Methods in org.pac4j.saml.context with parameters of type SAML2Client Modifier and Type Method Description SAML2MessageContextSAML2ContextProvider. buildContext(SAML2Client client, org.pac4j.core.context.WebContext webContext, org.pac4j.core.context.session.SessionStore sessionStore)SAML2MessageContextSAMLContextProvider. buildContext(SAML2Client client, org.pac4j.core.context.WebContext webContext, org.pac4j.core.context.session.SessionStore sessionStore)SAML2MessageContextSAML2ContextProvider. buildServiceProviderContext(SAML2Client client, org.pac4j.core.context.WebContext webContext, org.pac4j.core.context.session.SessionStore sessionStore)SAML2MessageContextSAMLContextProvider. buildServiceProviderContext(SAML2Client client, org.pac4j.core.context.WebContext webContext, org.pac4j.core.context.session.SessionStore sessionStore) -
Uses of SAML2Client in org.pac4j.saml.credentials.extractor
Fields in org.pac4j.saml.credentials.extractor declared as SAML2Client Modifier and Type Field Description protected SAML2ClientSAML2CredentialsExtractor. saml2ClientConstructors in org.pac4j.saml.credentials.extractor with parameters of type SAML2Client Constructor Description SAML2CredentialsExtractor(SAML2Client client) -
Uses of SAML2Client in org.pac4j.saml.logout
Fields in org.pac4j.saml.logout declared as SAML2Client Modifier and Type Field Description protected SAML2ClientSAML2LogoutActionBuilder. saml2ClientConstructors in org.pac4j.saml.logout with parameters of type SAML2Client Constructor Description SAML2LogoutActionBuilder(SAML2Client client) -
Uses of SAML2Client in org.pac4j.saml.redirect
Constructors in org.pac4j.saml.redirect with parameters of type SAML2Client Constructor Description SAML2RedirectionActionBuilder(SAML2Client client) -
Uses of SAML2Client in org.pac4j.saml.sso.artifact
Constructors in org.pac4j.saml.sso.artifact with parameters of type SAML2Client Constructor Description DefaultSOAPPipelineProvider(SAML2Client client) -
Uses of SAML2Client in org.pac4j.saml.state
Constructors in org.pac4j.saml.state with parameters of type SAML2Client Constructor Description SAML2StateGenerator(SAML2Client client)
-