public class SamlService extends AuthorizationEndpointBase
| Modifier and Type | Class and Description |
|---|---|
class |
SamlService.BindingProtocol |
protected class |
SamlService.PostBindingProtocol |
protected class |
SamlService.RedirectBindingProtocol |
| Modifier and Type | Field and Description |
|---|---|
protected static org.jboss.logging.Logger |
logger |
authManager, clientConnection, event, headers, realm, request, session, uriInfo| Constructor and Description |
|---|
SamlService(RealmModel realm,
EventBuilder event,
AuthenticationManager authManager) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescriptor() |
javax.ws.rs.core.Response |
idpInitiatedSSO(String clientUrlName,
String relayState) |
protected javax.ws.rs.core.Response |
newBrowserAuthentication(ClientSessionModel clientSession,
boolean isPassive) |
javax.ws.rs.core.Response |
postBinding(String samlRequest,
String samlResponse,
String relayState) |
javax.ws.rs.core.Response |
redirectBinding(String samlRequest,
String samlResponse,
String relayState) |
buildRedirectToIdentityProvider, createProcessor, handleBrowserAuthenticationRequestpublic SamlService(RealmModel realm, EventBuilder event, AuthenticationManager authManager)
protected javax.ws.rs.core.Response newBrowserAuthentication(ClientSessionModel clientSession, boolean isPassive)
public javax.ws.rs.core.Response redirectBinding(String samlRequest, String samlResponse, String relayState)
public javax.ws.rs.core.Response postBinding(String samlRequest, String samlResponse, String relayState)
Copyright © 2015 JBoss by Red Hat. All rights reserved.