Novell exteNd Messaging Platform 5.2

com.sssw.jbroker.api.security.CSIv2
Interface IdentityToken


public interface IdentityToken

The token used for IdentityAssertion as defined in CSIv2.


Field Summary
static int ITTAbsent
           
static int ITTAnonymous
           
static int ITTDistinguishedName
           
static int ITTPrincipalName
           
static int ITTX509CertChain
           
 
Method Summary
 byte[] getBytes()
          Get the bytes that make up the token.
 String getRealm()
           
 int getType()
          Get the type of the IdentityToken.
 String getUser()
           
 

Field Detail

ITTAbsent

public static final int ITTAbsent
See Also:
Constant Field Values

ITTAnonymous

public static final int ITTAnonymous
See Also:
Constant Field Values

ITTPrincipalName

public static final int ITTPrincipalName
See Also:
Constant Field Values

ITTX509CertChain

public static final int ITTX509CertChain
See Also:
Constant Field Values

ITTDistinguishedName

public static final int ITTDistinguishedName
See Also:
Constant Field Values
Method Detail

getType

public int getType()
Get the type of the IdentityToken. Only IdentityToken type ITTPrincipalName is supported in this release.


getUser

public String getUser()

getRealm

public String getRealm()

getBytes

public byte[] getBytes()
Get the bytes that make up the token.


Novell exteNd Messaging Platform 5.2

exteNd is a registered trademark of Novell, Inc.
Copyright 1998-2004 Novell, Inc. All Rights Reserved.