com.ibm.sec.authz.jaccplus
Class ApplicationUserPrincipal
- java.lang.Object
com.ibm.sec.authz.jaccplus.ApplicationUserPrincipal
All implemented interfaces:
java.io.Serializable, java.security.Principal
- public class ApplicationUserPrincipal
- extends java.lang.Object
- implements java.security.Principal, java.io.Serializable
Principal
that represents a user by a string identifier.
See Also:
Constructor Summary
Constructor and Description |
---|
ApplicationUserPrincipal(java.lang.String name)
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
equals(java.lang.Object obj)
|
|
getName()
|
|
hashCode()
|
|
toString()
|
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail
ApplicationUserPrincipal
- public ApplicationUserPrincipal( java.lang.String name)
Method Detail
getName
- public java.lang.String getName( )
Specified by:
getName
in interface java.security.Principal
toString
- public java.lang.String toString( )
Specified by:
toString
in interface java.security.Principal
Overrides:
toString
in class java.lang.Object
hashCode
- public int hashCode()
Specified by:
hashCode
in interface java.security.Principal
Overrides:
hashCode
in class java.lang.Object
equals
- public boolean equals(java.lang.Object obj)
Specified by:
equals
in interface java.security.Principal
Overrides:
equals
in class java.lang.Object