com.ibm.security.auth

Class AIXPrincipal

  • java.lang.Object
    • com.ibm.security.auth.AIXPrincipal
  • All Implemented Interfaces:
    java.io.Serializable, java.security.Principal

    Deprecated. 
    replaced by UsernamePrincipal.

    @Deprecated
    public class AIXPrincipal
    extends java.lang.Object
    implements java.security.Principal, java.io.Serializable

    This class implements the Principal interface and represents an AIX user.

    Principals such as this AIXPrincipal may be associated with a particular Subject to augment that Subject with an additional identity. Refer to the Subject class for more information on how to achieve this. Authorization decisions can then be based upon the Principals associated with a Subject.

    See Also:
    Principal, Subject, UsernamePrincipal, Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      AIXPrincipal(java.lang.String name)
      Deprecated. 
      Create an AIXPrincipal with a AIX username.
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method and Description
      boolean equals(java.lang.Object o)
      Deprecated. 
      Compares the specified Object with this AIXPrincipal for equality.
      java.lang.String getName()
      Deprecated. 
      Return the AIX username for this AIXPrincipal.
      int hashCode()
      Deprecated. 
      Return a hash code for this AIXPrincipal.
      java.lang.String toString()
      Deprecated. 
      Return a string representation of this AIXPrincipal.
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface java.security.Principal

        implies
    • Constructor Detail

      • AIXPrincipal

        public AIXPrincipal(java.lang.String name)
        Deprecated. 
        Create an AIXPrincipal with a AIX username.

        Parameters:
        name - the AIX username for this user.
        Throws:
        java.lang.NullPointerException - if the name is null.
    • Method Detail

      • getName

        public java.lang.String getName()
        Deprecated. 
        Return the AIX username for this AIXPrincipal.

        Specified by:
        getName in interface java.security.Principal
        Returns:
        the AIX username for this AIXPrincipal
      • toString

        public java.lang.String toString()
        Deprecated. 
        Return a string representation of this AIXPrincipal.

        Specified by:
        toString in interface java.security.Principal
        Overrides:
        toString in class java.lang.Object
        Returns:
        a string representation of this AIXPrincipal.
      • equals

        public boolean equals(java.lang.Object o)
        Deprecated. 
        Compares the specified Object with this AIXPrincipal for equality. Returns true if the given object is also an AIXPrincipal and the two AIXPrincipals have the same name.

        Specified by:
        equals in interface java.security.Principal
        Overrides:
        equals in class java.lang.Object
        Parameters:
        o - Object to be compared for equality with this AIXPrincipal.
        Returns:
        true if the specified Object is equal to this AIXPrincipal.
      • hashCode

        public int hashCode()
        Deprecated. 
        Return a hash code for this AIXPrincipal.

        Specified by:
        hashCode in interface java.security.Principal
        Overrides:
        hashCode in class java.lang.Object
        Returns:
        a hash code for this AIXPrincipal.

© Copyright 2003, 2015 IBM Corporation. All rights reserved.
© Copyright 2003, 2015, Oracle and/or its affiliates. All rights reserved.