ProfileConfigurationType
- profile configuration type for current requestpublic interface ProfileRequestContext<ProfileConfigurationType extends ProfileConfiguration> extends MessageContext
修飾子とタイプ | メソッドと説明 |
---|---|
ProfileConfigurationType |
getProfileConfiguration()
Gets the configuration for the profile for the relying party.
|
Collection<String> |
getReleasedAttributes()
Gets the attributes, by ID, released to the peer.
|
RelyingPartyConfiguration |
getRelyingPartyConfiguration()
Gets the configuration for the relying party for this request.
|
Session |
getUserSession()
Gets the current user session, if there is one.
|
void |
setProfileConfiguration(ProfileConfigurationType configuration)
Sets the configuration for the profile for the relying party.
|
void |
setReleasedAttributes(Collection<String> attributeIds)
Sets the attributes, by ID, released to the peer.
|
void |
setRelyingPartyConfiguration(RelyingPartyConfiguration configuration)
Sets the configuration for the relying party for this request.
|
void |
setUserSession(Session session)
Sets the current user session.
|
getCommunicationProfileId, getInboundMessage, getInboundMessageIssuer, getInboundMessageTransport, getOutboundHandlerChainResolver, getOutboundMessage, getOutboundMessageIssuer, getOutboundMessageTransport, getPostSecurityInboundHandlerChainResolver, getPreSecurityInboundHandlerChainResolver, getSecurityPolicyResolver, isIssuerAuthenticated, setCommunicationProfileId, setInboundMessage, setInboundMessageIssuer, setInboundMessageTransport, setOutboundHandlerChainResolver, setOutboundMessage, setOutboundMessageIssuer, setOutboundMessageTransport, setPostSecurityInboundHandlerChainResolver, setPreSecurityInboundHandlerChainResolver, setSecurityPolicyResolver
ProfileConfigurationType getProfileConfiguration()
RelyingPartyConfiguration getRelyingPartyConfiguration()
Session getUserSession()
void setProfileConfiguration(ProfileConfigurationType configuration)
configuration
- configuration for the profile for the relying partyvoid setRelyingPartyConfiguration(RelyingPartyConfiguration configuration)
configuration
- configuration for the relying party for this requestvoid setUserSession(Session session)
session
- current user sessionCollection<String> getReleasedAttributes()
void setReleasedAttributes(Collection<String> attributeIds)
attributeIds
- ids of the attributes released to the peerCopyright © 2012. All Rights Reserved.