修飾子とタイプ | メソッドと説明 |
---|---|
protected void |
AbstractSAMLProfileHandler.encodeResponse(BaseSAMLProfileRequestContext requestContext)
Encodes the request's SAML response and writes it to the servlet response.
|
protected SAMLMessageDecoder |
AbstractSAMLProfileHandler.getInboundMessageDecoder(BaseSAMLProfileRequestContext requestContext)
Get the inbound message decoder to use.
|
protected SAMLMessageEncoder |
AbstractSAMLProfileHandler.getOutboundMessageEncoder(BaseSAMLProfileRequestContext requestContext)
Get the outbound message encoder to use.
|
protected String |
AbstractSAMLProfileHandler.getRequiredNameIDFormat(BaseSAMLProfileRequestContext requestContext)
Gets the name identifier format required to be sent back to the relying party.
|
protected List<String> |
AbstractSAMLProfileHandler.getSupportedNameFormats(BaseSAMLProfileRequestContext requestContext)
Gets the name identifier formats to use when creating identifiers for the relying party.
|
protected boolean |
AbstractSAMLProfileHandler.isSignResponse(BaseSAMLProfileRequestContext requestContext)
Determine whether responses should be signed.
|
protected void |
AbstractSAMLProfileHandler.populateAssertingPartyInformation(BaseSAMLProfileRequestContext requestContext)
Populates the request context with information about the asserting party.
|
protected void |
AbstractSAMLProfileHandler.populateProfileInformation(BaseSAMLProfileRequestContext requestContext)
Populates the request context with the information about the profile.
|
protected void |
AbstractSAMLProfileHandler.populateRelyingPartyInformation(BaseSAMLProfileRequestContext requestContext)
Populates the request context with information about the relying party.
|
protected void |
AbstractSAMLProfileHandler.populateRequestContext(BaseSAMLProfileRequestContext requestContext)
Populates the request context with information.
|
protected abstract void |
AbstractSAMLProfileHandler.populateSAMLMessageInformation(BaseSAMLProfileRequestContext requestContext)
Populates the request context with information from the inbound SAML message.
|
protected abstract void |
AbstractSAMLProfileHandler.populateUserInformation(BaseSAMLProfileRequestContext requestContext)
Populates the request context with the information about the user if they have an existing session.
|
protected abstract Endpoint |
AbstractSAMLProfileHandler.selectEndpoint(BaseSAMLProfileRequestContext requestContext)
Selects the appropriate endpoint for the relying party and stores it in the request context.
|
protected <T extends SAMLNameIdentifierEncoder> |
AbstractSAMLProfileHandler.selectNameIDAttributeAndEncoder(Class<T> nameIdEncoderType,
BaseSAMLProfileRequestContext requestContext)
Attempts to select the most fitting name identifier attribute, and associated encoder, for a request.
|
protected void |
AbstractSAMLProfileHandler.writeAuditLogEntry(BaseSAMLProfileRequestContext context)
Writes an audit log entry indicating the successful response to the attribute request.
|
修飾子とタイプ | クラスと説明 |
---|---|
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 |
BaseSAML1ProfileRequestContext<RequestType extends SAMLObject,ResponseType extends ResponseAbstractType,ProfileConfigurationType extends AbstractSAML1ProfileConfiguration>
Contextual object used to accumlate information as profile requests are being processed.
|
class |
ShibbolethSSOProfileHandler.ShibbolethSSORequestContext
Represents the internal state of a Shibboleth SSO Request while it's being processed by the IdP.
|
修飾子とタイプ | メソッドと説明 |
---|---|
protected void |
AttributeQueryProfileHandler.populateAssertingPartyInformation(BaseSAMLProfileRequestContext requestContext)
Populates the request context with information about the asserting party.
|
protected void |
ShibbolethSSOProfileHandler.populateAssertingPartyInformation(BaseSAMLProfileRequestContext requestContext)
Populates the request context with information about the asserting party.
|
protected void |
ArtifactResolution.populateAssertingPartyInformation(BaseSAMLProfileRequestContext requestContext)
Populates the request context with information about the asserting party.
|
protected void |
AttributeQueryProfileHandler.populateRelyingPartyInformation(BaseSAMLProfileRequestContext requestContext)
Populates the request context with information about the relying party.
|
protected void |
ShibbolethSSOProfileHandler.populateRelyingPartyInformation(BaseSAMLProfileRequestContext requestContext)
Populates the request context with information about the relying party.
|
protected void |
ArtifactResolution.populateRelyingPartyInformation(BaseSAMLProfileRequestContext requestContext)
Populates the request context with information about the relying party.
|
protected void |
AbstractSAML1ProfileHandler.populateRequestContext(BaseSAMLProfileRequestContext requestContext)
Populates the request context with information.
|
protected void |
AttributeQueryProfileHandler.populateSAMLMessageInformation(BaseSAMLProfileRequestContext requestContext)
Populates the request context with information from the inbound SAML message.
|
protected void |
ShibbolethSSOProfileHandler.populateSAMLMessageInformation(BaseSAMLProfileRequestContext requestContext)
Populates the request context with information from the inbound SAML message.
|
protected void |
ArtifactResolution.populateSAMLMessageInformation(BaseSAMLProfileRequestContext requestContext)
Populates the request context with information from the inbound SAML message.
|
protected void |
AbstractSAML1ProfileHandler.populateUserInformation(BaseSAMLProfileRequestContext requestContext)
Populates the request context with the information about the user.
|
protected Endpoint |
AttributeQueryProfileHandler.selectEndpoint(BaseSAMLProfileRequestContext requestContext)
Selects the appropriate endpoint for the relying party and stores it in the request context.
|
protected Endpoint |
ShibbolethSSOProfileHandler.selectEndpoint(BaseSAMLProfileRequestContext requestContext)
Selects the appropriate endpoint for the relying party and stores it in the request context.
|
protected Endpoint |
ArtifactResolution.selectEndpoint(BaseSAMLProfileRequestContext requestContext)
Selects the appropriate endpoint for the relying party and stores it in the request context.
|
protected void |
AbstractSAML1ProfileHandler.writeAuditLogEntry(BaseSAMLProfileRequestContext context)
Writes an audit log entry indicating the successful response to the attribute request.
|
修飾子とタイプ | クラスと説明 |
---|---|
class |
BaseSAML2ProfileRequestContext<RequestType extends RequestAbstractType,ResponseType extends StatusResponseType,ProfileConfigurationType extends AbstractSAML2ProfileConfiguration>
Contextual object used to accumlate information as profile requests are being processed.
|
protected class |
SAML2ECPProfileHandler.ECPRequestContext
In case we ever add something to the base context
|
class |
SLOProfileHandler.SLORequestContext
Represents the internal state of a Logout Request while it's being processed by the IdP.
|
protected class |
SSOProfileHandler.SSORequestContext
Represents the internal state of a SAML 2.0 SSO Request while it's being processed by the IdP.
|
修飾子とタイプ | メソッドと説明 |
---|---|
protected SAMLMessageDecoder |
SAML2ECPProfileHandler.getInboundMessageDecoder(BaseSAMLProfileRequestContext requestContext)
Get the inbound message decoder to use.
|
protected SAMLMessageEncoder |
SAML2ECPProfileHandler.getOutboundMessageEncoder(BaseSAMLProfileRequestContext requestContext)
Get the outbound message encoder to use.
|
protected String |
SSOProfileHandler.getRequiredNameIDFormat(BaseSAMLProfileRequestContext requestContext)
Gets the name identifier format required to be sent back to the relying party.
|
protected void |
SLOProfileHandler.populateAssertingPartyInformation(BaseSAMLProfileRequestContext requestContext)
Populates the request context with information about the asserting party.
|
protected void |
AttributeQueryProfileHandler.populateAssertingPartyInformation(BaseSAMLProfileRequestContext requestContext)
Populates the request context with information about the asserting party.
|
protected void |
ArtifactResolution.populateAssertingPartyInformation(BaseSAMLProfileRequestContext requestContext)
Populates the request context with information about the asserting party.
|
protected void |
SSOProfileHandler.populateAssertingPartyInformation(BaseSAMLProfileRequestContext requestContext)
Populates the request context with information about the asserting party.
|
protected void |
SLOProfileHandler.populateProfileInformation(BaseSAMLProfileRequestContext requestContext)
Populates the request context with the information about the profile.
|
protected void |
SLOProfileHandler.populateRelyingPartyInformation(BaseSAMLProfileRequestContext requestContext)
Populates the request context with information about the relying party.
|
protected void |
AttributeQueryProfileHandler.populateRelyingPartyInformation(BaseSAMLProfileRequestContext requestContext)
Populates the request context with information about the relying party.
|
protected void |
ArtifactResolution.populateRelyingPartyInformation(BaseSAMLProfileRequestContext requestContext)
Populates the request context with information about the relying party.
|
protected void |
SSOProfileHandler.populateRelyingPartyInformation(BaseSAMLProfileRequestContext requestContext)
Populates the request context with information about the relying party.
|
protected void |
AbstractSAML2ProfileHandler.populateRequestContext(BaseSAMLProfileRequestContext requestContext)
Populates the request context with information.
|
protected void |
SLOProfileHandler.populateSAMLMessageInformation(BaseSAMLProfileRequestContext requestContext)
Populates the request context with information from the inbound SAML message.
|
protected void |
AttributeQueryProfileHandler.populateSAMLMessageInformation(BaseSAMLProfileRequestContext requestContext)
Populates the request context with information from the inbound SAML message.
|
protected void |
SAML2ECPProfileHandler.populateSAMLMessageInformation(BaseSAMLProfileRequestContext requestContext)
Populates the request context with information from the inbound SAML message.
|
protected void |
ArtifactResolution.populateSAMLMessageInformation(BaseSAMLProfileRequestContext requestContext)
Populates the request context with information from the inbound SAML message.
|
protected void |
SSOProfileHandler.populateSAMLMessageInformation(BaseSAMLProfileRequestContext requestContext)
Populates the request context with information from the inbound SAML message.
|
protected void |
AbstractSAML2ProfileHandler.populateUserInformation(BaseSAMLProfileRequestContext requestContext)
Populates the request context with the information about the user.
|
protected Endpoint |
SLOProfileHandler.selectEndpoint(BaseSAMLProfileRequestContext requestContext)
Selects the appropriate endpoint for the relying party and stores it in the request context.
|
protected Endpoint |
AttributeQueryProfileHandler.selectEndpoint(BaseSAMLProfileRequestContext requestContext)
Selects the appropriate endpoint for the relying party and stores it in the request context.
|
protected Endpoint |
ArtifactResolution.selectEndpoint(BaseSAMLProfileRequestContext requestContext)
Selects the appropriate endpoint for the relying party and stores it in the request context.
|
protected Endpoint |
SSOProfileHandler.selectEndpoint(BaseSAMLProfileRequestContext requestContext)
Selects the appropriate endpoint for the relying party and stores it in the request context.
|
protected void |
AbstractSAML2ProfileHandler.writeAuditLogEntry(BaseSAMLProfileRequestContext context)
Writes an audit log entry indicating the successful response to the attribute request.
|
Copyright © 2012. All Rights Reserved.