Class SamlOAuthValidator
- java.lang.Object
-
- org.apache.cxf.rs.security.oauth2.saml.SamlOAuthValidator
-
public class SamlOAuthValidator extends Object
-
-
Constructor Summary
Constructors Constructor Description SamlOAuthValidator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetAccessTokenServiceAddress(String address)voidsetClientAddress(String value)voidsetIssuer(String value)voidsetSubjectConfirmationDataRequired(boolean required)voidvalidate(Message message, org.apache.wss4j.common.saml.SamlAssertionWrapper wrapper)
-
-
-
Method Detail
-
setSubjectConfirmationDataRequired
public void setSubjectConfirmationDataRequired(boolean required)
-
setAccessTokenServiceAddress
public void setAccessTokenServiceAddress(String address)
-
setIssuer
public void setIssuer(String value)
-
setClientAddress
public void setClientAddress(String value)
-
validate
public void validate(Message message, org.apache.wss4j.common.saml.SamlAssertionWrapper wrapper)
-
-