Class LdapCredential

  • All Implemented Interfaces:
    java.io.Serializable

    public class LdapCredential
    extends java.lang.Object
    implements java.io.Serializable
    Provides a custom implementation for adding LDAP credentials to a subject.
    Author:
    Middleware Services
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      LdapCredential​(java.lang.Object o)
      Creates a new ldap credential with the supplied credential.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)  
      java.lang.Object getCredential()
      Returns the credential for this ldap credential.
      int hashCode()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • LdapCredential

        public LdapCredential​(java.lang.Object o)
        Creates a new ldap credential with the supplied credential.
        Parameters:
        o - credential to store
    • Method Detail

      • getCredential

        public java.lang.Object getCredential()
        Returns the credential for this ldap credential.
        Returns:
        credential
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object