|
Spring Security SAML | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SAMLContextProvider
Implementation is supposed to provide SAMLContext by populating all data about the local entity related to an Request.
Method Summary | |
---|---|
SAMLMessageContext |
getLocalAndPeerEntity(HttpServletRequest request,
HttpServletResponse response)
Creates a SAMLContext with local entity and peer values filled. |
SAMLMessageContext |
getLocalEntity(HttpServletRequest request,
HttpServletResponse response)
Creates a SAMLContext with local entity values filled. |
Method Detail |
---|
SAMLMessageContext getLocalEntity(HttpServletRequest request, HttpServletResponse response) throws org.opensaml.saml2.metadata.provider.MetadataProviderException
request
- requestresponse
- response
org.opensaml.saml2.metadata.provider.MetadataProviderException
- in case of metadata problemsSAMLMessageContext getLocalAndPeerEntity(HttpServletRequest request, HttpServletResponse response) throws org.opensaml.saml2.metadata.provider.MetadataProviderException
request
- requestresponse
- response
org.opensaml.saml2.metadata.provider.MetadataProviderException
- in case of metadata problems
|
Spring Security SAML | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |