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, wait
Methods inherited from interface java.security.Principal
implies
-
Constructor Details
-
UserPrincipal
-
-
Method Details
-
getName
public java.lang.String getName()- Specified by:
getName
in interfacejava.security.Principal
-
equals
public boolean equals(java.lang.Object obj)- Specified by:
equals
in interfacejava.security.Principal
- Overrides:
equals
in classjava.lang.Object
-
getUser
-
hashCode
public int hashCode()- Specified by:
hashCode
in interfacejava.security.Principal
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()- Specified by:
toString
in interfacejava.security.Principal
- Overrides:
toString
in classjava.lang.Object
-