AuthenticationConstants.Broker Class

  • java.lang.Object
    • com.microsoft.aad.adal.AuthenticationConstants.Broker

public class Broker

Represents the constants for broker.

Field Summary

Modifier and Type Field and Description
final String ACCOUNT_ACCESS_TOKEN

String of account access token.

final String ACCOUNT_AUTHORITY

String of account authority.

final String ACCOUNT_CLAIMS

String of account claims.

final String ACCOUNT_CLIENTID_KEY

String of account client id key.

final String ACCOUNT_CORRELATIONID

String of account correlation id.

final String ACCOUNT_DEFAULT_NAME

String of account default.

final String ACCOUNT_EXPIREDATE

String of token expiration data for the broker account.

final String ACCOUNT_EXTRA_QUERY_PARAM

String of account extra query param.

final String ACCOUNT_IDTOKEN

String of key for account id token.

final String ACCOUNT_INITIAL_NAME

String of account initial name.

final String ACCOUNT_INITIAL_REQUEST

String of account initial request.

final String ACCOUNT_LOGIN_HINT

String of account login hint.

final String ACCOUNT_NAME

String of key for account name.

final String ACCOUNT_PROMPT

String of account prompt.

final String ACCOUNT_REDIRECT

String of account redirect.

final String ACCOUNT_REFRESH_TOKEN

String of account refresh token.

final String ACCOUNT_REMOVE_TOKENS

String of account remove tokens.

final String ACCOUNT_REMOVE_TOKENS_VALUE

String of account remove token value.

final String ACCOUNT_RESOURCE

String of account resource.

final String ACCOUNT_RESULT

String of token result for the broker account.

final String ACCOUNT_UID_CACHES

String of key for UIDs in the cache.

final String ACCOUNT_USERINFO_FAMILY_NAME

String of key for family name.

final String ACCOUNT_USERINFO_GIVEN_NAME

String of key for given name.

final String ACCOUNT_USERINFO_IDENTITY_PROVIDER

String of key for identity provider.

final String ACCOUNT_USERINFO_TENANTID

String of key for tenant id.

final String ACCOUNT_USERINFO_USERID

String of key for user id.

final String ACCOUNT_USERINFO_USERID_DISPLAYABLE

String of key for displayable id.

final String ADAL_VERSION_KEY

String of key for adal version.

final String AUTHTOKEN_TYPE

Authtoken type string.

final String BACKGROUND_REQUEST_MESSAGE

String of background request message.

final String BROKER_ACCOUNT_TYPE

Account type string.

final String BROKER_FINAL_URL

String of broker final url.

final String BROKER_PROTOCOL_VERSION

String of broker protocol version with PRT support.

final String BROKER_REQUEST

String for broker request.

final int BROKER_REQUEST_ID

Broker request id.

final String BROKER_REQUEST_RESUME

String for broker request resume.

final String BROKER_RESULT_RETURNED

String of broker result returned.

final String BROKER_SKIP_CACHE

String of broker skip cache.

final String BROKER_VERSION

String of broker version.

final String BROWSER_EXT_INSTALL_PREFIX

Prefix in the redirect for installing broker apps.

final String BROWSER_EXT_PREFIX

Prefix of redirect to open external browser.

final String CALLER_CACHEKEY_PREFIX

String of caller cache key delimiter.

final String CALLER_INFO_PACKAGE

String for caller package.

final String CHALLENGE_REQUEST_CERT_AUTH_DELIMETER

Certificate authorities are passed with delimiter.

final String CHALLENGE_REQUEST_HEADER

String of challenge request header.

final String CHALLENGE_RESPONSE_CONTEXT

String of challenge response context.

final String CHALLENGE_RESPONSE_HEADER

String of challenge response header.

final String CHALLENGE_RESPONSE_TOKEN

String of challenge response token.

final String CHALLENGE_RESPONSE_TYPE

String of challenge response type.

final String CHALLENGE_TLS_INCAPABLE

Value of pkeyauth sent in the header.

final String CHALLENGE_TLS_INCAPABLE_VERSION

Value of supported pkeyauth version.

final String CLIENT_TLS_NOT_SUPPORTED

String for pkeyauth sent in user agent string.

final String EXPIRATION_BUFFER

Integer for token expiration buffer.

final String MULTI_RESOURCE_TOKEN

String of multi resource refresh token.

final String PKEYAUTH_REDIRECT

The value for pkeyauth redirect.

final Object REDIRECT_DELIMETER_ENCODED

Encoded delimiter for redirect.

final String REDIRECT_PREFIX

Broker redirect prefix.

final String REDIRECT_SSL_PREFIX

String for ssl prefix.

final String USERDATA_CALLER_CACHEKEYS

String of key for caller cache keys.

final String USERDATA_PREFIX

String of key for user data prefix.

final String USERDATA_UID_KEY

String of key for UID key.

Field Details

ACCOUNT_ACCESS_TOKEN

public static final String ACCOUNT_ACCESS_TOKEN= com.microsoft.identity.common.adal.internal.AuthenticationConstants.Broker.ACCOUNT_ACCESS_TOKEN

String of account access token.

ACCOUNT_AUTHORITY

public static final String ACCOUNT_AUTHORITY= com.microsoft.identity.common.adal.internal.AuthenticationConstants.Broker.ACCOUNT_AUTHORITY

String of account authority.

ACCOUNT_CLAIMS

public static final String ACCOUNT_CLAIMS= com.microsoft.identity.common.adal.internal.AuthenticationConstants.Broker.ACCOUNT_CLAIMS

String of account claims.

ACCOUNT_CLIENTID_KEY

public static final String ACCOUNT_CLIENTID_KEY= com.microsoft.identity.common.adal.internal.AuthenticationConstants.Broker.ACCOUNT_CLIENTID_KEY

String of account client id key.

ACCOUNT_CORRELATIONID

public static final String ACCOUNT_CORRELATIONID= com.microsoft.identity.common.adal.internal.AuthenticationConstants.Broker.ACCOUNT_CORRELATIONID

String of account correlation id.

ACCOUNT_DEFAULT_NAME

public static final String ACCOUNT_DEFAULT_NAME= com.microsoft.identity.common.adal.internal.AuthenticationConstants.Broker.ACCOUNT_DEFAULT_NAME

String of account default.

ACCOUNT_EXPIREDATE

public static final String ACCOUNT_EXPIREDATE= com.microsoft.identity.common.adal.internal.AuthenticationConstants.Broker.ACCOUNT_EXPIREDATE

String of token expiration data for the broker account.

ACCOUNT_EXTRA_QUERY_PARAM

public static final String ACCOUNT_EXTRA_QUERY_PARAM= com.microsoft.identity.common.adal.internal.AuthenticationConstants.Broker.ACCOUNT_EXTRA_QUERY_PARAM

String of account extra query param.

ACCOUNT_IDTOKEN

public static final String ACCOUNT_IDTOKEN= com.microsoft.identity.common.adal.internal.AuthenticationConstants.Broker.ACCOUNT_IDTOKEN

String of key for account id token.

ACCOUNT_INITIAL_NAME

public static final String ACCOUNT_INITIAL_NAME= com.microsoft.identity.common.adal.internal.AuthenticationConstants.Broker.ACCOUNT_INITIAL_NAME

String of account initial name.

ACCOUNT_INITIAL_REQUEST

public static final String ACCOUNT_INITIAL_REQUEST= com.microsoft.identity.common.adal.internal.AuthenticationConstants.Broker.ACCOUNT_INITIAL_REQUEST

String of account initial request.

ACCOUNT_LOGIN_HINT

public static final String ACCOUNT_LOGIN_HINT= com.microsoft.identity.common.adal.internal.AuthenticationConstants.Broker.ACCOUNT_LOGIN_HINT

String of account login hint.

ACCOUNT_NAME

public static final String ACCOUNT_NAME= com.microsoft.identity.common.adal.internal.AuthenticationConstants.Broker.ACCOUNT_NAME

String of key for account name.

ACCOUNT_PROMPT

public static final String ACCOUNT_PROMPT= com.microsoft.identity.common.adal.internal.AuthenticationConstants.Broker.ACCOUNT_PROMPT

String of account prompt.

ACCOUNT_REDIRECT

public static final String ACCOUNT_REDIRECT= com.microsoft.identity.common.adal.internal.AuthenticationConstants.Broker.ACCOUNT_REDIRECT

String of account redirect.

ACCOUNT_REFRESH_TOKEN

public static final String ACCOUNT_REFRESH_TOKEN= com.microsoft.identity.common.adal.internal.AuthenticationConstants.Broker.ACCOUNT_REFRESH_TOKEN

String of account refresh token.

ACCOUNT_REMOVE_TOKENS

public static final String ACCOUNT_REMOVE_TOKENS= com.microsoft.identity.common.adal.internal.AuthenticationConstants.Broker.ACCOUNT_REMOVE_TOKENS

String of account remove tokens.

ACCOUNT_REMOVE_TOKENS_VALUE

public static final String ACCOUNT_REMOVE_TOKENS_VALUE= com.microsoft.identity.common.adal.internal.AuthenticationConstants.Broker.ACCOUNT_REMOVE_TOKENS_VALUE

String of account remove token value.

ACCOUNT_RESOURCE

public static final String ACCOUNT_RESOURCE= com.microsoft.identity.common.adal.internal.AuthenticationConstants.Broker.ACCOUNT_RESOURCE

String of account resource.

ACCOUNT_RESULT

public static final String ACCOUNT_RESULT= com.microsoft.identity.common.adal.internal.AuthenticationConstants.Broker.ACCOUNT_RESULT

String of token result for the broker account.

ACCOUNT_UID_CACHES

public static final String ACCOUNT_UID_CACHES= com.microsoft.identity.common.adal.internal.AuthenticationConstants.Broker.ACCOUNT_UID_CACHES

String of key for UIDs in the cache.

ACCOUNT_USERINFO_FAMILY_NAME

public static final String ACCOUNT_USERINFO_FAMILY_NAME= com.microsoft.identity.common.adal.internal.AuthenticationConstants.Broker.ACCOUNT_USERINFO_FAMILY_NAME

String of key for family name.

ACCOUNT_USERINFO_GIVEN_NAME

public static final String ACCOUNT_USERINFO_GIVEN_NAME= com.microsoft.identity.common.adal.internal.AuthenticationConstants.Broker.ACCOUNT_USERINFO_GIVEN_NAME

String of key for given name.

ACCOUNT_USERINFO_IDENTITY_PROVIDER

public static final String ACCOUNT_USERINFO_IDENTITY_PROVIDER= com.microsoft.identity.common.adal.internal.AuthenticationConstants.Broker.ACCOUNT_USERINFO_IDENTITY_PROVIDER

String of key for identity provider.

ACCOUNT_USERINFO_TENANTID

public static final String ACCOUNT_USERINFO_TENANTID= com.microsoft.identity.common.adal.internal.AuthenticationConstants.Broker.ACCOUNT_USERINFO_TENANTID

String of key for tenant id.

ACCOUNT_USERINFO_USERID

public static final String ACCOUNT_USERINFO_USERID= com.microsoft.identity.common.adal.internal.AuthenticationConstants.Broker.ACCOUNT_USERINFO_USERID

String of key for user id.

ACCOUNT_USERINFO_USERID_DISPLAYABLE

public static final String ACCOUNT_USERINFO_USERID_DISPLAYABLE= com.microsoft.identity.common.adal.internal.AuthenticationConstants.Broker.ACCOUNT_USERINFO_USERID_DISPLAYABLE

String of key for displayable id.

ADAL_VERSION_KEY

public static final String ADAL_VERSION_KEY= com.microsoft.identity.common.adal.internal.AuthenticationConstants.Broker.ADAL_VERSION_KEY

String of key for adal version.

AUTHTOKEN_TYPE

public static final String AUTHTOKEN_TYPE= com.microsoft.identity.common.adal.internal.AuthenticationConstants.Broker.AUTHTOKEN_TYPE

Authtoken type string.

BACKGROUND_REQUEST_MESSAGE

public static final String BACKGROUND_REQUEST_MESSAGE= com.microsoft.identity.common.adal.internal.AuthenticationConstants.Broker.BACKGROUND_REQUEST_MESSAGE

String of background request message.

BROKER_ACCOUNT_TYPE

public static final String BROKER_ACCOUNT_TYPE= com.microsoft.identity.common.adal.internal.AuthenticationConstants.Broker.BROKER_ACCOUNT_TYPE

Account type string.

BROKER_FINAL_URL

public static final String BROKER_FINAL_URL= com.microsoft.identity.common.adal.internal.AuthenticationConstants.Broker.BROKER_FINAL_URL

String of broker final url.

BROKER_PROTOCOL_VERSION

public static final String BROKER_PROTOCOL_VERSION= com.microsoft.identity.common.adal.internal.AuthenticationConstants.Broker.BROKER_PROTOCOL_VERSION

String of broker protocol version with PRT support.

BROKER_REQUEST

public static final String BROKER_REQUEST= com.microsoft.identity.common.adal.internal.AuthenticationConstants.Broker.BROKER_REQUEST

String for broker request.

BROKER_REQUEST_ID

public static final int BROKER_REQUEST_ID= com.microsoft.identity.common.adal.internal.AuthenticationConstants.Broker.BROKER_REQUEST_ID

Broker request id.

BROKER_REQUEST_RESUME

public static final String BROKER_REQUEST_RESUME= com.microsoft.identity.common.adal.internal.AuthenticationConstants.Broker.BROKER_REQUEST_RESUME

String for broker request resume.

BROKER_RESULT_RETURNED

public static final String BROKER_RESULT_RETURNED= com.microsoft.identity.common.adal.internal.AuthenticationConstants.Broker.BROKER_RESULT_RETURNED

String of broker result returned.

BROKER_SKIP_CACHE

public static final String BROKER_SKIP_CACHE= com.microsoft.identity.common.adal.internal.AuthenticationConstants.Broker.BROKER_SKIP_CACHE

String of broker skip cache.

BROKER_VERSION

public static final String BROKER_VERSION= com.microsoft.identity.common.adal.internal.AuthenticationConstants.Broker.BROKER_VERSION

String of broker version.

BROWSER_EXT_INSTALL_PREFIX

public static final String BROWSER_EXT_INSTALL_PREFIX= com.microsoft.identity.common.adal.internal.AuthenticationConstants.Broker.BROWSER_EXT_INSTALL_PREFIX

Prefix in the redirect for installing broker apps.

BROWSER_EXT_PREFIX

public static final String BROWSER_EXT_PREFIX= com.microsoft.identity.common.adal.internal.AuthenticationConstants.Broker.BROWSER_EXT_PREFIX

Prefix of redirect to open external browser.

CALLER_CACHEKEY_PREFIX

public static final String CALLER_CACHEKEY_PREFIX= com.microsoft.identity.common.adal.internal.AuthenticationConstants.Broker.CALLER_CACHEKEY_PREFIX

String of caller cache key delimiter.

CALLER_INFO_PACKAGE

public static final String CALLER_INFO_PACKAGE= com.microsoft.identity.common.adal.internal.AuthenticationConstants.Broker.CALLER_INFO_PACKAGE

String for caller package.

CHALLENGE_REQUEST_CERT_AUTH_DELIMETER

public static final String CHALLENGE_REQUEST_CERT_AUTH_DELIMETER= com.microsoft.identity.common.adal.internal.AuthenticationConstants.Broker.CHALLENGE_REQUEST_CERT_AUTH_DELIMETER

Certificate authorities are passed with delimiter.

CHALLENGE_REQUEST_HEADER

public static final String CHALLENGE_REQUEST_HEADER= com.microsoft.identity.common.adal.internal.AuthenticationConstants.Broker.CHALLENGE_REQUEST_HEADER

String of challenge request header.

CHALLENGE_RESPONSE_CONTEXT

public static final String CHALLENGE_RESPONSE_CONTEXT= com.microsoft.identity.common.adal.internal.AuthenticationConstants.Broker.CHALLENGE_RESPONSE_CONTEXT

String of challenge response context.

CHALLENGE_RESPONSE_HEADER

public static final String CHALLENGE_RESPONSE_HEADER= com.microsoft.identity.common.adal.internal.AuthenticationConstants.Broker.CHALLENGE_RESPONSE_HEADER

String of challenge response header.

CHALLENGE_RESPONSE_TOKEN

public static final String CHALLENGE_RESPONSE_TOKEN= com.microsoft.identity.common.adal.internal.AuthenticationConstants.Broker.CHALLENGE_RESPONSE_TOKEN

String of challenge response token.

CHALLENGE_RESPONSE_TYPE

public static final String CHALLENGE_RESPONSE_TYPE= com.microsoft.identity.common.adal.internal.AuthenticationConstants.Broker.CHALLENGE_RESPONSE_TYPE

String of challenge response type.

CHALLENGE_TLS_INCAPABLE

public static final String CHALLENGE_TLS_INCAPABLE= com.microsoft.identity.common.adal.internal.AuthenticationConstants.Broker.CHALLENGE_TLS_INCAPABLE

Value of pkeyauth sent in the header.

CHALLENGE_TLS_INCAPABLE_VERSION

public static final String CHALLENGE_TLS_INCAPABLE_VERSION= com.microsoft.identity.common.adal.internal.AuthenticationConstants.Broker.CHALLENGE_TLS_INCAPABLE_VERSION

Value of supported pkeyauth version.

CLIENT_TLS_NOT_SUPPORTED

public static final String CLIENT_TLS_NOT_SUPPORTED= com.microsoft.identity.common.adal.internal.AuthenticationConstants.Broker.CLIENT_TLS_NOT_SUPPORTED

String for pkeyauth sent in user agent string.

EXPIRATION_BUFFER

public static final String EXPIRATION_BUFFER= com.microsoft.identity.common.adal.internal.AuthenticationConstants.Broker.EXPIRATION_BUFFER

Integer for token expiration buffer.

MULTI_RESOURCE_TOKEN

public static final String MULTI_RESOURCE_TOKEN= com.microsoft.identity.common.adal.internal.AuthenticationConstants.Broker.MULTI_RESOURCE_TOKEN

String of multi resource refresh token.

PKEYAUTH_REDIRECT

public static final String PKEYAUTH_REDIRECT= com.microsoft.identity.common.adal.internal.AuthenticationConstants.Broker.PKEYAUTH_REDIRECT

The value for pkeyauth redirect.

REDIRECT_DELIMETER_ENCODED

public static final Object REDIRECT_DELIMETER_ENCODED= com.microsoft.identity.common.adal.internal.AuthenticationConstants.Broker.REDIRECT_DELIMETER_ENCODED

Encoded delimiter for redirect.

REDIRECT_PREFIX

public static final String REDIRECT_PREFIX= com.microsoft.identity.common.adal.internal.AuthenticationConstants.Broker.REDIRECT_PREFIX

Broker redirect prefix.

REDIRECT_SSL_PREFIX

public static final String REDIRECT_SSL_PREFIX= com.microsoft.identity.common.adal.internal.AuthenticationConstants.Broker.REDIRECT_SSL_PREFIX

String for ssl prefix.

USERDATA_CALLER_CACHEKEYS

public static final String USERDATA_CALLER_CACHEKEYS= com.microsoft.identity.common.adal.internal.AuthenticationConstants.Broker.USERDATA_CALLER_CACHEKEYS

String of key for caller cache keys.

USERDATA_PREFIX

public static final String USERDATA_PREFIX= com.microsoft.identity.common.adal.internal.AuthenticationConstants.Broker.USERDATA_PREFIX

String of key for user data prefix.

USERDATA_UID_KEY

public static final String USERDATA_UID_KEY= com.microsoft.identity.common.adal.internal.AuthenticationConstants.Broker.USERDATA_UID_KEY

String of key for UID key.

Applies to