org.mortbay.jaas

Class JAASUserRealm.UserInfo

Enclosing Class:
JAASUserRealm

protected class JAASUserRealm.UserInfo
extends java.lang.Object

UserInfo Information cached for an authenticated user.

Constructor Summary

UserInfo(String name, JAASUserPrincipal principal, LoginContext context)

Method Summary

JAASUserPrincipal
getJAASUserPrincipal()
LoginContext
getLoginContext()
String
getName()

Constructor Details

UserInfo

public UserInfo(String name,
                JAASUserPrincipal principal,
                LoginContext context)

Method Details

getJAASUserPrincipal

public JAASUserPrincipal getJAASUserPrincipal()

getLoginContext

public LoginContext getLoginContext()

getName

public String getName()

Copyright © 2004 Mortbay Consulting Pty. Ltd. All Rights Reserved.