![]() | Determines whether the specified Object is equal to the current 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. |
![]() | This method sends an HTTP redirect to the SSO login URL. If for some reason the redirect can not be generated/sent, this method will throw an InterpreterException. |
![]() | Gets the Type of the current instance. |
![]() | The actual login is performed by the SSO server, not here. Thus, this method does nothing for SSO case. |
![]() | The method sends an HTTP redirect to the SSO logout URL. |
![]() | Returns a String that represents the current Object. |
![]() | This method indicates whether SSO authentication is applicable to current request. Currently, SSO setting is portal-wide, and is not on per-request basis, so this method will return true as long as SSO is enabled in the configuration. |
![]() | 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. |
SSOAuthenticator Class | com.plumtree.uiinfrastructure.login Namespace