org.apache.jetspeed.security.activeauthentication
Class IdentityTokenImpl

java.lang.Object
  extended by org.apache.jetspeed.security.activeauthentication.IdentityTokenImpl
All Implemented Interfaces:
Serializable, org.apache.jetspeed.security.activeauthentication.IdentityToken

public class IdentityTokenImpl
extends Object
implements org.apache.jetspeed.security.activeauthentication.IdentityToken, Serializable

IdentityTokenImpl

Version:
$Id: $
Author:
David Sean Taylor
See Also:
Serialized Form

Field Summary
private  Map attributes
           
private  String token
           
 
Constructor Summary
IdentityTokenImpl(String uniqueToken)
           
 
Method Summary
 Object getAttribute(String name)
           
 Iterator getAttributeNames()
           
 String getToken()
           
 void setAttribute(String name, Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

attributes

private Map attributes

token

private String token
Constructor Detail

IdentityTokenImpl

public IdentityTokenImpl(String uniqueToken)
Method Detail

getAttribute

public Object getAttribute(String name)
Specified by:
getAttribute in interface org.apache.jetspeed.security.activeauthentication.IdentityToken

getAttributeNames

public Iterator getAttributeNames()
Specified by:
getAttributeNames in interface org.apache.jetspeed.security.activeauthentication.IdentityToken

getToken

public String getToken()
Specified by:
getToken in interface org.apache.jetspeed.security.activeauthentication.IdentityToken

setAttribute

public void setAttribute(String name,
                         Object value)
Specified by:
setAttribute in interface org.apache.jetspeed.security.activeauthentication.IdentityToken


Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.