org.mortbay.jaas
Class JAASUserRealm.UserInfo

java.lang.Object
  extended byorg.mortbay.jaas.JAASUserRealm.UserInfo
Enclosing class:
JAASUserRealm

protected class JAASUserRealm.UserInfo
extends java.lang.Object

UserInfo Information cached for an authenticated user.


Constructor Summary
JAASUserRealm.UserInfo(java.lang.String name, JAASUserPrincipal principal, javax.security.auth.login.LoginContext context)
           
 
Method Summary
 JAASUserPrincipal getJAASUserPrincipal()
           
 javax.security.auth.login.LoginContext getLoginContext()
           
 java.lang.String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JAASUserRealm.UserInfo

public JAASUserRealm.UserInfo(java.lang.String name,
                              JAASUserPrincipal principal,
                              javax.security.auth.login.LoginContext context)
Method Detail

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.