Class SamlOAuthValidator
java.lang.Object
org.apache.cxf.rs.security.oauth2.saml.SamlOAuthValidator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetAccessTokenServiceAddress(String address) voidsetClientAddress(String value) voidvoidsetSubjectConfirmationDataRequired(boolean required) voidvalidate(org.apache.cxf.message.Message message, org.apache.wss4j.common.saml.SamlAssertionWrapper wrapper)
-
Constructor Details
-
SamlOAuthValidator
public SamlOAuthValidator()
-
-
Method Details
-
setSubjectConfirmationDataRequired
public void setSubjectConfirmationDataRequired(boolean required) -
setAccessTokenServiceAddress
-
setIssuer
-
setClientAddress
-
validate
public void validate(org.apache.cxf.message.Message message, org.apache.wss4j.common.saml.SamlAssertionWrapper wrapper)
-