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 SAMLIdentityProvider |
provider |
protected org.keycloak.models.RealmModel |
realm |
static String |
SAML_ASSERTION |
static String |
SAML_AUTHN_STATEMENT |
static String |
SAML_FEDERATED_SESSION_INDEX |
static String |
SAML_FEDERATED_SUBJECT |
static String |
SAML_FEDERATED_SUBJECT_NAMEFORMAT |
static String |
SAML_LOGIN_RESPONSE |
| Constructor and Description |
|---|
SAMLEndpoint(org.keycloak.models.RealmModel realm,
SAMLIdentityProvider provider,
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
public static final String SAML_LOGIN_RESPONSE
public static final String SAML_ASSERTION
public static final String SAML_AUTHN_STATEMENT
protected org.keycloak.models.RealmModel realm
protected EventBuilder event
protected SAMLIdentityProviderConfig config
protected IdentityProvider.AuthenticationCallback callback
protected SAMLIdentityProvider provider
public SAMLEndpoint(org.keycloak.models.RealmModel realm,
SAMLIdentityProvider provider,
SAMLIdentityProviderConfig config,
IdentityProvider.AuthenticationCallback callback)
Copyright © 2015 JBoss by Red Hat. All rights reserved.