com.ibm.wsspi.security.token
Interface AuthenticationToken
All Superinterfaces:
java.lang.Cloneable, Token
- public interface AuthenticationToken
- extends Token
Since:
5.1.1
Version:
5.1.1
Method Summary
Modifier and Type | Method and Description |
---|---|
|
isBasicAuth()
If the authentication token is a basic auth token (contains userid/password),
then the boolean should return true, otherwise return false.
|
Methods inherited from interface com.ibm.wsspi.security.token.Token |
---|
addAttribute, clone, getAttributeNames, getAttributes, getBytes, getExpiration, getName, getPrincipal, getUniqueID, getVersion, isForwardable, isValid, setReadOnly |
Method Detail
isBasicAuth
- boolean isBasicAuth()
If the authentication token is a basic auth token (contains userid/password),
then the boolean should return true, otherwise return false.
Returns:
boolean