Authentication Delegation Application information. More...
This class is used to return information about the Auth Delegate Application, if one exists.
Public Member Functions | |
String | getName () |
Get the display name of the auth delegate. More... | |
String | getApplicationId () |
Get the application identifier (entitlement ID) of the auth delegate. More... | |
String | getAddress () |
Get the native application identifier of the auth delegate. More... | |
boolean | isAuthenticationDelegated () |
Returns true if authentication is delegated to another app. More... | |
String getName | ( | ) |
This method returns the display name of the auth delegate. If there is no delegated application, the return value will be an empty string.
String getApplicationId | ( | ) |
This method returns the application identifier (entitlement ID) of the auth delegate. If there is no delegated application, the return value will be an empty string.
String getAddress | ( | ) |
This method returns the native application identifier of the auth delegate. If there is no delegated application, the return value will be an empty string.
boolean isAuthenticationDelegated | ( | ) |
This method returns true if authentication for this application has been delegated to a different application, otherwise false.