Class AuthInfo

java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<String,Object>
com.webmethods.portal.framework.auth.AuthInfo
All Implemented Interfaces:
IPrincipalData, IAuthInfo, Serializable, Cloneable, Map<String,Object>

public abstract class AuthInfo extends HashMap<String,Object> implements IAuthInfo, IPrincipalData, Serializable, Cloneable
AuthInfo is a bean that manages some simple authentication information describing the current user. This includes whether the user is anonymous, authenticated, what the userID is etc...
See Also: