Uiinfrastructure API Docs  
 

HTTPBasicAuthenticator Methods

The methods of the HTTPBasicAuthenticator class are listed below. For a complete list of HTTPBasicAuthenticator class members, see the HTTPBasicAuthenticator Members topic.

Public Static Methods

iconiconDoBasicAuthLogin Helper method for basic auth login.
iconiconGetBasicAuthCookieExpiration Helper method to get the basic auth cookie expiration value from the config files. Logs an error and returns a reasonable default value if there are problems.
iconiconGetInstance 
iconiconSendBasicAuthChallenge Helper method to send an HTTP basic auth challenge to authenticate the user. The calling method should exit without setting a response after calling this method.

Public Instance Methods

iconEquals (inherited from Object)Determines whether the specified Object is equal to the current Object.
iconGetBasicAuthOverrideSSO Helper method to determine whether or not we should use an HTTP basic auth challenge to authenticate the user.
iconGetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
iconGetOrSendLoginChallenge Sends an HTTP Basic authentication challenge.
iconGetType (inherited from Object)Gets the Type of the current instance.
iconIsBasicAuthURL 
iconLogin Performs login using HTTP basic authentication credentials in the request header.
iconLogout Logout is handled by the ILoginControl in the Login AS. This method returns false to indicate no logout action has been performed.
iconToString (inherited from Object)Returns a String that represents the current Object.
iconUseThisAuth Helper method to determine whether or not we should use an HTTP basic auth challenge to authenticate the user.

Protected Instance Methods

iconFinalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
iconMemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

HTTPBasicAuthenticator Class | com.plumtree.uiinfrastructure.login Namespace