|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.hs.mail.security.BasicPrincipal
com.hs.mail.security.UserPrincipal
public class UserPrincipal
Represents a user as a JAAS principal.
Constructor Summary | |
---|---|
UserPrincipal(String name)
|
|
UserPrincipal(String name,
long id)
|
Method Summary | |
---|---|
long |
getID()
|
void |
setID(long id)
|
Methods inherited from class com.hs.mail.security.BasicPrincipal |
---|
equals, getName, hashCode, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public UserPrincipal(String name)
public UserPrincipal(String name, long id)
Method Detail |
---|
public long getID()
public void setID(long id)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |