• BlackBerry Dynamics
  • Runtime library for Android applications
  • 12.0.1.79
GDAuthDelegateInfo Class Reference

Authentication Delegation Application information. More...

Description

This class is used to return information about the Auth Delegate Application, if one exists.

See also
GDAndroid.getAuthDelegate

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...
 

Member Function Documentation

◆ getName()

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.

◆ getApplicationId()

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.

◆ getAddress()

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.

◆ isAuthenticationDelegated()

boolean isAuthenticationDelegated ( )

This method returns true if authentication for this application has been delegated to a different application, otherwise false.