Package | Description |
---|---|
org.keycloak.protocol.saml |
Modifier and Type | Method and 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) |
Constructor and Description |
---|
PostBindingBuilder(JaxrsSAML2BindingBuilder builder,
Document document) |
RedirectBindingBuilder(JaxrsSAML2BindingBuilder builder,
Document document) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.