Uses of Class
org.keycloak.protocol.saml.JaxrsSAML2BindingBuilder
-
Packages that use JaxrsSAML2BindingBuilder Package Description org.keycloak.protocol.oidc.endpoints org.keycloak.protocol.saml -
-
Uses of JaxrsSAML2BindingBuilder in org.keycloak.protocol.oidc.endpoints
Methods in org.keycloak.protocol.oidc.endpoints with parameters of type JaxrsSAML2BindingBuilder Modifier and Type Method Description protected javax.ws.rs.core.Response
TokenEndpoint.TokenExchangeSamlProtocol. buildAuthenticatedResponse(AuthenticatedClientSessionModel clientSession, String redirectUri, Document samlDocument, JaxrsSAML2BindingBuilder bindingBuilder)
protected javax.ws.rs.core.Response
TokenEndpoint.TokenExchangeSamlProtocol. buildErrorResponse(boolean isPostBinding, String destination, JaxrsSAML2BindingBuilder binding, Document document)
-
Uses of JaxrsSAML2BindingBuilder in org.keycloak.protocol.saml
Methods in org.keycloak.protocol.saml with parameters of type JaxrsSAML2BindingBuilder Modifier and Type Method Description protected javax.ws.rs.core.Response
SamlProtocol. buildArtifactAuthenticatedResponse(AuthenticatedClientSessionModel clientSession, String redirectUri, SAML2Object samlDocument, JaxrsSAML2BindingBuilder bindingBuilder)
This method, instead of sending the actual response with the token sends the artifact message via post or redirect.protected javax.ws.rs.core.Response
SamlProtocol. buildAuthenticatedResponse(AuthenticatedClientSessionModel clientSession, String redirectUri, Document samlDocument, JaxrsSAML2BindingBuilder bindingBuilder)
protected javax.ws.rs.core.Response
SamlProtocol. buildErrorResponse(boolean isPostBinding, String destination, JaxrsSAML2BindingBuilder binding, Document document)
protected javax.ws.rs.core.Response
SamlProtocol. buildLogoutArtifactResponse(UserSessionModel userSession, String redirectUri, StatusResponseType statusResponseType, JaxrsSAML2BindingBuilder bindingBuilder)
This method, instead of sending the actual response with the token, sends the artifact message via post or redirect.protected javax.ws.rs.core.Response
SamlProtocol. buildLogoutResponse(UserSessionModel userSession, String logoutBindingUri, SAML2LogoutResponseBuilder builder, JaxrsSAML2BindingBuilder binding)
Constructors in org.keycloak.protocol.saml with parameters of type JaxrsSAML2BindingBuilder Constructor Description PostBindingBuilder(JaxrsSAML2BindingBuilder builder, Document document)
RedirectBindingBuilder(JaxrsSAML2BindingBuilder builder, Document document)
SoapBindingBuilder(JaxrsSAML2BindingBuilder builder, Document document)
-