This project has retired. For details please refer to its
        
        Attic page.
      
org.apache.jetspeed.security.activeauthentication
Class IdentityTokenImpl
java.lang.Object
   org.apache.jetspeed.security.activeauthentication.IdentityTokenImpl
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
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
attributes
private Map attributes
token
private String token
IdentityTokenImpl
public IdentityTokenImpl(String uniqueToken)
getAttribute
public Object getAttribute(String name)
- 
- Specified by:
- getAttributein interface- org.apache.jetspeed.security.activeauthentication.IdentityToken
 
- 
 
getAttributeNames
public Iterator getAttributeNames()
- 
- Specified by:
- getAttributeNamesin interface- org.apache.jetspeed.security.activeauthentication.IdentityToken
 
- 
 
getToken
public String getToken()
- 
- Specified by:
- getTokenin interface- org.apache.jetspeed.security.activeauthentication.IdentityToken
 
- 
 
setAttribute
public void setAttribute(String name,
                         Object value)
- 
- Specified by:
- setAttributein interface- org.apache.jetspeed.security.activeauthentication.IdentityToken
 
- 
 
Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.