Class AuthenticationCriteria


  • public class AuthenticationCriteria
    extends java.lang.Object
    AuthenticationCriteria contains the attributes used to perform authentications.
    Version:
    $Revision: 1330 $ $Date: 2010-05-24 00:10:53 +0200 (Mon, 24 May 2010) $
    Author:
    Middleware Services
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object getCredential()
      Gets the credential.
      java.lang.String getDn()
      Gets the dn.
      void setCredential​(java.lang.Object o)
      Sets the credential.
      void setDn​(java.lang.String s)
      Sets the dn.
      java.lang.String toString()
      This returns a string representation of this search criteria.
      • Methods inherited from class java.lang.Object

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

      • AuthenticationCriteria

        public AuthenticationCriteria()
        Default constructor.
      • AuthenticationCriteria

        public AuthenticationCriteria​(java.lang.String s)
        Creates a new authentication criteria with the supplied dn.
        Parameters:
        s - to set dn
    • Method Detail

      • getDn

        public java.lang.String getDn()
        Gets the dn.
        Returns:
        dn
      • setDn

        public void setDn​(java.lang.String s)
        Sets the dn.
        Parameters:
        s - to set dn
      • getCredential

        public java.lang.Object getCredential()
        Gets the credential.
        Returns:
        credential
      • setCredential

        public void setCredential​(java.lang.Object o)
        Sets the credential.
        Parameters:
        o - to set credential
      • toString

        public java.lang.String toString()
        This returns a string representation of this search criteria.
        Overrides:
        toString in class java.lang.Object
        Returns:
        String