パッケージ | 説明 |
---|---|
edu.internet2.middleware.shibboleth.idp.profile.saml1 |
修飾子とタイプ | クラスと説明 |
---|---|
class |
ArtifactResolution.ArtifactResolutionRequestContext
Represents the internal state of a SAML 1 Artifact resolver request while it's being processed by the IdP.
|
protected class |
AttributeQueryProfileHandler.AttributeQueryContext
Basic data structure used to accumulate information as a request is being processed.
|
class |
ShibbolethSSOProfileHandler.ShibbolethSSORequestContext
Represents the internal state of a Shibboleth SSO Request while it's being processed by the IdP.
|
修飾子とタイプ | メソッドと説明 |
---|---|
protected Assertion |
AbstractSAML1ProfileHandler.buildAssertion(BaseSAML1ProfileRequestContext<?,?,?> requestContext,
org.joda.time.DateTime issueInstant)
Builds a basic assertion with its id, issue instant, SAML version, issuer, subject, and conditions populated.
|
protected AttributeStatement |
AbstractSAML1ProfileHandler.buildAttributeStatement(BaseSAML1ProfileRequestContext<?,?,?> requestContext,
String subjectConfMethod)
Executes a query for attributes and builds a SAML attribute statement from the results.
|
protected Conditions |
AbstractSAML1ProfileHandler.buildConditions(BaseSAML1ProfileRequestContext<?,?,?> requestContext,
org.joda.time.DateTime issueInstant)
Builds a SAML assertion condition set.
|
protected Response |
AbstractSAML1ProfileHandler.buildErrorResponse(BaseSAML1ProfileRequestContext<?,?,?> requestContext)
Constructs an SAML response message carrying a request error.
|
protected NameIdentifier |
AttributeQueryProfileHandler.buildNameId(BaseSAML1ProfileRequestContext<?,?,?> requestContext)
Builds a NameIdentifier appropriate for this request.
|
protected NameIdentifier |
AbstractSAML1ProfileHandler.buildNameId(BaseSAML1ProfileRequestContext<?,?,?> requestContext)
Builds a NameIdentifier appropriate for this request.
|
protected Response |
AbstractSAML1ProfileHandler.buildResponse(BaseSAML1ProfileRequestContext<?,?,?> requestContext,
List<Statement> statements)
Builds a response to the attribute query within the request context.
|
protected Subject |
AbstractSAML1ProfileHandler.buildSubject(BaseSAML1ProfileRequestContext<?,?,?> requestContext,
String confirmationMethod)
Builds the SAML subject for the user for the service provider.
|
protected void |
AbstractSAML1ProfileHandler.checkSamlVersion(BaseSAML1ProfileRequestContext<?,?,?> requestContext)
Checks that the SAML major version for a request is 1.
|
protected boolean |
AbstractSAML1ProfileHandler.isSignAssertion(BaseSAML1ProfileRequestContext<?,?,?> requestContext)
Determine whether issued assertions should be signed.
|
protected void |
AbstractSAML1ProfileHandler.populateStatusResponse(BaseSAML1ProfileRequestContext<?,?,?> requestContext,
ResponseAbstractType response)
Populates the response's id, in response to, issue instant, version, and issuer properties.
|
protected void |
AbstractSAML1ProfileHandler.resolveAttributes(BaseSAML1ProfileRequestContext<?,?,?> requestContext)
Resolved the attributes for the principal.
|
protected void |
AbstractSAML1ProfileHandler.resolvePrincipal(BaseSAML1ProfileRequestContext<?,?,?> requestContext)
Resolves the principal name of the subject of the request.
|
protected void |
AbstractSAML1ProfileHandler.signAssertion(BaseSAML1ProfileRequestContext<?,?,?> requestContext,
Assertion assertion)
Signs the given assertion if either the current profile configuration or the relying party configuration contains
signing credentials.
|
Copyright © 2012. All Rights Reserved.