org.mortbay.jaas
Class JAASUserRealm.UserInfo
java.lang.Object
org.mortbay.jaas.JAASUserRealm.UserInfo
- Enclosing class:
- JAASUserRealm
- protected class JAASUserRealm.UserInfo
- extends java.lang.Object
UserInfo
Information cached for an authenticated user.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JAASUserRealm.UserInfo
public JAASUserRealm.UserInfo(java.lang.String name,
JAASUserPrincipal principal,
javax.security.auth.login.LoginContext context)
getName
public java.lang.String getName()
getJAASUserPrincipal
public JAASUserPrincipal getJAASUserPrincipal()
getLoginContext
public javax.security.auth.login.LoginContext getLoginContext()
Copyright © 2004 Mortbay Consulting Pty. Ltd. All Rights Reserved.