public class SAMLEndpoint extends Object
Modifier and Type | Class and Description |
---|---|
protected class |
SAMLEndpoint.Binding |
protected class |
SAMLEndpoint.PostBinding |
protected class |
SAMLEndpoint.RedirectBinding |
Modifier and Type | Field and Description |
---|---|
protected IdentityProvider.AuthenticationCallback |
callback |
protected SAMLIdentityProviderConfig |
config |
protected EventBuilder |
event |
protected static org.jboss.logging.Logger |
logger |
protected RealmModel |
realm |
static String |
SAML_FEDERATED_SESSION_INDEX |
static String |
SAML_FEDERATED_SUBJECT |
static String |
SAML_FEDERATED_SUBJECT_NAMEFORMAT |
Constructor and Description |
---|
SAMLEndpoint(RealmModel realm,
SAMLIdentityProviderConfig config,
IdentityProvider.AuthenticationCallback callback) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
postBinding(String samlRequest,
String samlResponse,
String relayState) |
javax.ws.rs.core.Response |
redirectBinding(String samlRequest,
String samlResponse,
String relayState) |
protected static final org.jboss.logging.Logger logger
public static final String SAML_FEDERATED_SESSION_INDEX
public static final String SAML_FEDERATED_SUBJECT
public static final String SAML_FEDERATED_SUBJECT_NAMEFORMAT
protected RealmModel realm
protected EventBuilder event
protected SAMLIdentityProviderConfig config
protected IdentityProvider.AuthenticationCallback callback
public SAMLEndpoint(RealmModel realm, SAMLIdentityProviderConfig config, IdentityProvider.AuthenticationCallback callback)
Copyright © 2015. All rights reserved.