public class SamlOAuthValidator extends Object
Constructor and Description |
---|
SamlOAuthValidator() |
Modifier and Type | Method and Description |
---|---|
void |
setAccessTokenServiceAddress(String address) |
void |
setClientAddress(String value) |
void |
setIssuer(String value) |
void |
setSubjectConfirmationDataRequired(boolean required) |
void |
validate(Message message,
org.apache.wss4j.common.saml.SamlAssertionWrapper wrapper) |
public void setSubjectConfirmationDataRequired(boolean required)
public void setAccessTokenServiceAddress(String address)
public void setIssuer(String value)
public void setClientAddress(String value)
public void validate(Message message, org.apache.wss4j.common.saml.SamlAssertionWrapper wrapper)
Apache CXF