com.ibm.wsspi.security.token

Interface AuthenticationToken

All Superinterfaces:
java.lang.Cloneable, Token

  1. public interface AuthenticationToken
  2. extends Token
This interface should be implemented by service providers that want provide alternative AuthenticationToken implementations.
Since:
5.1.1
Version:
5.1.1

Method Summary

Modifier and Type Method and Description
  1. boolean
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

  1. 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