Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

wrappers.catalina
Class SlideRealmPrincipal  view SlideRealmPrincipal download SlideRealmPrincipal.java

java.lang.Object
  extended bywrappers.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

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:
getName in interface java.security.Principal