Interface WebSSOProfile
-
- All Known Implementing Classes:
WebSSOProfileImpl
public interface WebSSOProfile
WebSSO (Single Sign On) profile.- Since:
- 6.0
-
-
Field Summary
Fields Modifier and Type Field Description static String
PROFILE_URI
Identifier of the WebSSO profile.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.opensaml.saml2.core.AuthnRequest
buildAuthRequest(javax.servlet.http.HttpServletRequest request, String... authnContexts)
org.opensaml.saml2.metadata.Endpoint
getEndpoint()
SAMLCredential
processAuthenticationResponse(org.opensaml.common.binding.SAMLMessageContext context)
-
-
-
Field Detail
-
PROFILE_URI
static final String PROFILE_URI
Identifier of the WebSSO profile.- See Also:
- Constant Field Values
-
-
Method Detail
-
processAuthenticationResponse
SAMLCredential processAuthenticationResponse(org.opensaml.common.binding.SAMLMessageContext context) throws org.opensaml.common.SAMLException
- Throws:
org.opensaml.common.SAMLException
-
buildAuthRequest
org.opensaml.saml2.core.AuthnRequest buildAuthRequest(javax.servlet.http.HttpServletRequest request, String... authnContexts) throws org.opensaml.common.SAMLException
- Throws:
org.opensaml.common.SAMLException
-
getEndpoint
org.opensaml.saml2.metadata.Endpoint getEndpoint()
-
-