|
|||||||||
| Home >> All >> wrappers >> [ catalina overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
wrappers.catalina
Class SlideRealmPrincipal

java.lang.Objectwrappers.catalina.SlideRealmPrincipal
- All Implemented Interfaces:
- java.security.Principal, java.io.Serializable
- final class SlideRealmPrincipal
- extends java.lang.Object
- implements java.security.Principal, java.io.Serializable
- extends java.lang.Object
Private class representing an individual user's Principal object.
| Field Summary | |
private java.lang.String |
username
The username for this Principal. |
| Constructor Summary | |
SlideRealmPrincipal(java.lang.String username)
Construct a new MemoryRealmPrincipal instance. |
|
| Method Summary | |
java.lang.String |
getName()
Return the name of this Principal. |
| 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 |
username
private java.lang.String username
- The username for this Principal.
| Constructor Detail |
SlideRealmPrincipal
public SlideRealmPrincipal(java.lang.String username)
- Construct a new MemoryRealmPrincipal instance.
| Method Detail |
getName
public java.lang.String getName()
- Return the name of this Principal.
- Specified by:
getNamein interfacejava.security.Principal
|
|||||||||
| Home >> All >> wrappers >> [ catalina overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
wrappers.catalina.SlideRealmPrincipal