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) |
protected javax.ws.rs.core.Response |
newBrowserAuthentication(ClientSessionModel clientSession,
boolean isPassive,
SamlProtocol samlProtocol) |
javax.ws.rs.core.Response |
postBinding(String samlRequest,
String samlResponse,
String relayState) |
javax.ws.rs.core.Response |
redirectBinding(String samlRequest,
String samlResponse,
String relayState) |
javax.ws.rs.core.Response |
soapBinding(InputStream inputStream) |
buildRedirectToIdentityProvider, createProcessor, getAuthenticationFlow, handleBrowserAuthenticationRequestpublic SamlService(RealmModel realm, EventBuilder event, AuthenticationManager authManager)
protected javax.ws.rs.core.Response newBrowserAuthentication(ClientSessionModel clientSession, boolean isPassive)
protected javax.ws.rs.core.Response newBrowserAuthentication(ClientSessionModel clientSession, boolean isPassive, SamlProtocol samlProtocol)
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)
public javax.ws.rs.core.Response idpInitiatedSSO(String clientUrlName, String relayState)
public javax.ws.rs.core.Response soapBinding(InputStream inputStream)
Copyright © 2016 JBoss by Red Hat. All rights reserved.