| getAuthenticationMethod (contextId* ) | Gets the name of the authentication method for the context with the given ID. |
| getAuthenticationMethodConfigParams (authMethodName* ) | Gets the configuration parameters for the authentication method with the given name. |
| getLoggedInIndicator (contextId* ) | Gets the logged in indicator for the context with the given ID. |
| getLoggedOutIndicator (contextId* ) | Gets the logged out indicator for the context with the given ID. |
| getSupportedAuthenticationMethods | Gets the name of the authentication methods. |
| setAuthenticationMethod (contextId* authMethodName* authMethodConfigParams ) | Sets the authentication method for the context with the given ID. |
| setLoggedInIndicator (contextId* loggedInIndicatorRegex* ) | Sets the logged in indicator for the context with the given ID. |
| setLoggedOutIndicator (contextId* loggedOutIndicatorRegex* ) | Sets the logged out indicator for the context with the given ID. |