|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjet.scratchboard.PrincipalUser
public class PrincipalUser
Field Summary | |
---|---|
private java.lang.String |
name
name of the user |
Constructor Summary | |
---|---|
PrincipalUser(java.lang.String name)
Creates a new instance of Principal |
Method Summary | |
---|---|
java.lang.String |
getName()
Returns the name of the user |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.security.Principal |
---|
equals, hashCode, toString |
Field Detail |
---|
private java.lang.String name
Constructor Detail |
---|
public PrincipalUser(java.lang.String name)
Method Detail |
---|
public java.lang.String getName()
getName
in interface java.security.Principal
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |