org.apache.jetspeed.security.activeauthentication
Class IdentityTokenImpl
java.lang.Object
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:
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.