org.mortbay.jaas

Class JAASUserRealm.UserInfo

protected class JAASUserRealm.UserInfo extends Object

UserInfo Information cached for an authenticated user.
Constructor Summary
UserInfo(String name, JAASUserPrincipal principal, LoginContext context)
Method Summary
JAASUserPrincipalgetJAASUserPrincipal()
LoginContextgetLoginContext()
StringgetName()

Constructor Detail

UserInfo

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

Method Detail

getJAASUserPrincipal

public JAASUserPrincipal getJAASUserPrincipal()

getLoginContext

public LoginContext getLoginContext()

getName

public String getName()
Copyright © 2004 Mortbay Consulting Pty. Ltd. All Rights Reserved.