Class UserLoginModule.UserPrincipal
java.lang.Object
bitel.billing.server.admin.bgsecure.bean.UserLoginModule.UserPrincipal
- All Implemented Interfaces:
 java.security.Principal
- Enclosing class:
 - UserLoginModule
 
public class UserLoginModule.UserPrincipal
extends java.lang.Object
implements java.security.Principal
- 
Constructor Summary
Constructors Constructor Description UserPrincipal(User user) - 
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.security.Principal
implies 
- 
Constructor Details
- 
UserPrincipal
 
 - 
 - 
Method Details
- 
getName
public java.lang.String getName()- Specified by:
 getNamein interfacejava.security.Principal
 - 
equals
public boolean equals(java.lang.Object obj)- Specified by:
 equalsin interfacejava.security.Principal- Overrides:
 equalsin classjava.lang.Object
 - 
getUser
 - 
hashCode
public int hashCode()- Specified by:
 hashCodein interfacejava.security.Principal- Overrides:
 hashCodein classjava.lang.Object
 - 
toString
public java.lang.String toString()- Specified by:
 toStringin interfacejava.security.Principal- Overrides:
 toStringin classjava.lang.Object
 
 -