public class GuestValidator extends Object implements org.apache.cxf.sts.token.validator.TokenValidator
Constructor and Description |
---|
GuestValidator() |
Modifier and Type | Method and Description |
---|---|
boolean |
canHandleToken(org.apache.cxf.sts.request.ReceivedToken validateTarget) |
boolean |
canHandleToken(org.apache.cxf.sts.request.ReceivedToken validateTarget,
String realm) |
void |
setSupportedRealm(List<String> supportedRealm)
Set the realm that this validator supports.
|
org.apache.cxf.sts.token.validator.TokenValidatorResponse |
validateToken(org.apache.cxf.sts.token.validator.TokenValidatorParameters tokenParameters) |
public boolean canHandleToken(org.apache.cxf.sts.request.ReceivedToken validateTarget)
canHandleToken
in interface org.apache.cxf.sts.token.validator.TokenValidator
public boolean canHandleToken(org.apache.cxf.sts.request.ReceivedToken validateTarget, String realm)
canHandleToken
in interface org.apache.cxf.sts.token.validator.TokenValidator
public org.apache.cxf.sts.token.validator.TokenValidatorResponse validateToken(org.apache.cxf.sts.token.validator.TokenValidatorParameters tokenParameters)
validateToken
in interface org.apache.cxf.sts.token.validator.TokenValidator
public void setSupportedRealm(List<String> supportedRealm)
supportedRealm
- string representing the realm supported by this validatorThis work is licensed under a Creative Commons Attribution 4.0 International License.