HTTPBasicAuthenticator overview
![]() ![]() | Internal string constants for basic auth challenge. Note that the AUTH_CHALLENGE string cannot come between /gateway and /PTARGS_ or the gateway code will not work. The AUTH_CHALLENGE string must also come immediately after the HTTP entry point (server.pt). |
![]() ![]() | |
![]() ![]() | Internal string constants for decoding basic auth credentials. |
![]() ![]() | |
![]() ![]() | Ordered with most common first (win-1252 latin characters). |
![]() ![]() | Key to data stored on the HTTP Session |
![]() ![]() |
![]() ![]() | Helper method for basic auth login. |
![]() ![]() | 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. |
![]() ![]() | |
![]() ![]() | 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. |
![]() | Determines whether the specified Object is equal to the current Object. |
![]() | Helper method to determine whether or not we should use an HTTP basic auth challenge to authenticate the user. |
![]() | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. |
![]() | Sends an HTTP Basic authentication challenge. |
![]() | Gets the Type of the current instance. |
![]() | |
![]() | Performs login using HTTP basic authentication credentials in the request header. |
![]() | Logout is handled by the ILoginControl in the Login AS. This method returns false to indicate no logout action has been performed. |
![]() | Returns a String that represents the current Object. |
![]() | Helper method to determine whether or not we should use an HTTP basic auth challenge to authenticate the user. |
![]() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
![]() | Creates a shallow copy of the current Object. |
HTTPBasicAuthenticator Class | com.plumtree.uiinfrastructure.login Namespace