IBM WebSphere Application ServerTM
Release 7

com.ibm.wsspi.security.token
Interface AuthenticationToken

All Superinterfaces:
java.lang.Cloneable, Token

public interface AuthenticationToken
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
 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

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

IBM WebSphere Application ServerTM
Release 7