| Package | Description |
|---|---|
| edu.internet2.middleware.shibboleth.idp.profile.saml2 |
| Modifier and Type | Class and Description |
|---|---|
protected class |
SAML2ECPProfileHandler.ECPRequestContext
Extended context information specific to ECP requests.
|
| Modifier and Type | Method and Description |
|---|---|
protected SSOProfileHandler.SSORequestContext |
SSOProfileHandler.buildRequestContext(Saml2LoginContext loginContext,
HTTPInTransport in,
HTTPOutTransport out)
Creates an authentication request context from the current environmental information.
|
| Modifier and Type | Method and Description |
|---|---|
protected AuthnContext |
SSOProfileHandler.buildAuthnContext(SSOProfileHandler.SSORequestContext requestContext)
Creates an
AuthnContext for a successful authentication request. |
protected AuthnContext |
SAML2ECPProfileHandler.buildAuthnContext(SSOProfileHandler.SSORequestContext requestContext)
Creates an
AuthnContext for a successful authentication request. |
protected AuthnStatement |
SSOProfileHandler.buildAuthnStatement(SSOProfileHandler.SSORequestContext requestContext)
Creates an authentication statement for the current request.
|
protected AuthnStatement |
SAML2ECPProfileHandler.buildAuthnStatement(SSOProfileHandler.SSORequestContext requestContext)
Creates an authentication statement for the current request.
|
protected SubjectLocality |
SSOProfileHandler.buildSubjectLocality(SSOProfileHandler.SSORequestContext requestContext)
Constructs the subject locality for the authentication statement.
|
protected void |
SSOProfileHandler.checkNameIDPolicy(SSOProfileHandler.SSORequestContext requestContext)
Checks to see, if present, if the affiliation associated with the SPNameQualifier given in the AuthnRequest
NameIDPolicy lists the inbound message issuer as a member.
|
protected void |
SSOProfileHandler.decodeRequest(SSOProfileHandler.SSORequestContext requestContext,
HTTPInTransport inTransport,
HTTPOutTransport outTransport)
Decodes an incoming request and stores the information in a created request context.
|
Copyright © 1999-2014. All Rights Reserved.