Skip navigation links

Oracle Containers for J2EE Security Java API Reference
10g Release 3 (10.1.3.1.0)

B32115-01


oracle.security.jazn.token
Interface IdentityToken

All Known Implementing Classes:
HttpCookieIdentityToken, HttpHeaderIdentityToken, HttpRequestIdentityToken

public interface IdentityToken

This is the base Identity Token interface. For any custom token type definition, user must implement this interface.


Field Summary
static java.lang.String HTTP_COOKIE
           
static java.lang.String HTTP_HEADER
           
static java.lang.String HTTP_REQUEST
           

 

Method Summary
 java.lang.String getTokenType()
          Returns the token type
 void setTokenType(java.lang.String tokenType)
          Sets the token type

 

Field Detail

HTTP_COOKIE

public static final java.lang.String HTTP_COOKIE
See Also:
Constant Field Values

HTTP_HEADER

public static final java.lang.String HTTP_HEADER
See Also:
Constant Field Values

HTTP_REQUEST

public static final java.lang.String HTTP_REQUEST
See Also:
Constant Field Values

Method Detail

setTokenType

public void setTokenType(java.lang.String tokenType)
Sets the token type
Parameters:
tokenType -

getTokenType

public java.lang.String getTokenType()
Returns the token type
Returns:
String

Skip navigation links

Oracle Containers for J2EE Security Java API Reference
10g Release 3 (10.1.3.1.0)

B32115-01


Copyright © 2004, 2006, Oracle. All rights reserved.