Apache CXF API

Uses of Class
org.apache.cxf.rs.security.saml.sso.SSOValidatorResponse

Packages that use SSOValidatorResponse
org.apache.cxf.rs.security.saml.sso   
 

Uses of SSOValidatorResponse in org.apache.cxf.rs.security.saml.sso
 

Methods in org.apache.cxf.rs.security.saml.sso that return SSOValidatorResponse
 SSOValidatorResponse SAMLSSOResponseValidator.validateSamlResponse(org.opensaml.saml2.core.Response samlResponse, boolean postBinding)
          Validate a SAML 2 Protocol Response
protected  SSOValidatorResponse AbstractRequestAssertionConsumerHandler.validateSamlSSOResponse(boolean postBinding, org.opensaml.saml2.core.Response samlResponse, RequestState requestState)
          Validate the received SAML Response as per the Web SSO profile
 


Apache CXF API

Apache CXF