|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mortbay.jaas.JAASUserRealm
JAASUserRealm
Constructor Summary | |
JAASUserRealm()
Constructor. |
|
JAASUserRealm(java.lang.String name)
Constructor. |
Method Summary | |
java.security.Principal |
authenticate(java.lang.String username,
java.lang.Object credentials,
HttpRequest request)
Authenticate a user. |
void |
disassociate(java.security.Principal user)
Removes any auth info associated with eg. |
java.lang.String |
getName()
Get the name of the realm. |
java.security.Principal |
getPrincipal(java.lang.String username)
Get the principal for a username. |
boolean |
isUserInRole(java.security.Principal user,
java.lang.String role)
Check if the user is in a role. |
void |
logout(java.security.Principal user)
Logout a previously logged in user. |
java.security.Principal |
popRole(java.security.Principal user)
Pop role from a Principal. |
java.security.Principal |
pushRole(java.security.Principal user,
java.lang.String role)
Temporarily adds a role to a user. |
boolean |
reauthenticate(java.security.Principal user)
Re Authenticate a Principal. |
void |
setCallbackHandlerClass(java.lang.String classname)
|
void |
setLoginModuleName(java.lang.String name)
Set the name to use to index into the config file of LoginModules. |
void |
setName(java.lang.String name)
Set the name of the realm |
void |
setRoleCheckPolicy(RoleCheckPolicy policy)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JAASUserRealm()
public JAASUserRealm(java.lang.String name)
name
- the name of the realmMethod Detail |
public java.lang.String getName()
getName
in interface UserRealm
public void setName(java.lang.String name)
name
- a String
valuepublic void setLoginModuleName(java.lang.String name)
name
- a String
valuepublic void setCallbackHandlerClass(java.lang.String classname)
public void setRoleCheckPolicy(RoleCheckPolicy policy)
public java.security.Principal getPrincipal(java.lang.String username)
UserRealm
getPrincipal
in interface UserRealm
public boolean isUserInRole(java.security.Principal user, java.lang.String role)
UserRealm
isUserInRole
in interface UserRealm
role
- A role name.
public boolean reauthenticate(java.security.Principal user)
UserRealm
reauthenticate
in interface UserRealm
public java.security.Principal authenticate(java.lang.String username, java.lang.Object credentials, HttpRequest request)
authenticate
in interface UserRealm
username
- provided by the user at logincredentials
- provided by the user at loginrequest
- a HttpRequest
value
public void disassociate(java.security.Principal user)
disassociate
in interface UserRealm
user
- a UserPrincipal to disassociatepublic java.security.Principal pushRole(java.security.Principal user, java.lang.String role)
pushRole
in interface UserRealm
user
- the Principal to which to add the rolerole
- the role name
public java.security.Principal popRole(java.security.Principal user)
UserRealm
popRole
in interface UserRealm
user
- A UserPrincipal previously returned from pushRole
public void logout(java.security.Principal user)
logout
in interface UserRealm
user
- an Principal
value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |