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 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 9.0