com.ibm.sec.authz.jaccplus

Class ApplicationUserPrincipal

  1. java.lang.Object
  2. extended bycom.ibm.sec.authz.jaccplus.ApplicationUserPrincipal
All implemented interfaces:
java.io.Serializable, java.security.Principal

  1. public class ApplicationUserPrincipal
  2. extends java.lang.Object
  3. implements java.security.Principal, java.io.Serializable
An implementation of a Principal that represents a user by a string identifier.
See Also:
Serialized Form

Constructor Summary

Constructor and Description
ApplicationUserPrincipal(java.lang.String name)

Method Summary

Modifier and Type Method and Description
  1. boolean
equals(java.lang.Object obj)
  1. java.lang.String
getName()
  1. int
hashCode()
  1. java.lang.String
toString()
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait

Constructor Detail

ApplicationUserPrincipal

  1. public ApplicationUserPrincipal( java.lang.String name)

Method Detail

getName

  1. public java.lang.String getName( )
Specified by:
getName in interface java.security.Principal

toString

  1. public java.lang.String toString( )
Specified by:
toString in interface java.security.Principal
Overrides:
toString in class java.lang.Object

hashCode

  1. public int hashCode()
Specified by:
hashCode in interface java.security.Principal
Overrides:
hashCode in class java.lang.Object

equals

  1. public boolean equals(java.lang.Object obj)
Specified by:
equals in interface java.security.Principal
Overrides:
equals in class java.lang.Object