org.apache.cxf.rs.security.oauth2.saml
Class SamlOAuthValidator
java.lang.Object
org.apache.cxf.rs.security.oauth2.saml.SamlOAuthValidator
public class SamlOAuthValidator
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SamlOAuthValidator
public SamlOAuthValidator()
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)
Apache CXF