Interface MailConstants
public interface MailConstants
Provides constants which are Mail Destination specific.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
OAuth2SAMLBearerAssertion property - assertionIssuer.static final String
Audience property for OAuth2SAMLBearerAssertion.static final String
Authentication property.static final String
OAuth2SAMLBearerAssertion property - authnContextClassRef.static final String
Authentication type - Basic.static final String
System user property for OAuth2ClientCredentials.static final String
Client key property for OAuth2SAMLBearerAssertion.static final String
System user property for OAuth2ClientCredentials.static final String
OAuth2SAMLBearerAssertion property - companyId.static final String
HTTP URL schema.static final String
HTTPS URL schema.static final String
The cloud connector location id property.static final String
Password property.static final String
User property.static final String
OAuth2SAMLBearerAssertion property - nameIdFormat.static final String
OAuth2SAMLBearerAssertion property - nameQualifier.static final String
Authentication type - No authentication.static final String
Authentication type - OAuth2 Client Credentials.static final String
Authentication type - OAuth2 SAML Bearer Assertion.static final String
Password property for OAuth2Password authentication.static final String
Proxy type property.static final String
Proxy type property - Internet.static final String
Proxy type property - On premise.static final String
OAuth2SAMLBearerAssertion property - scope.static final String
Mutual TLS with X.509 client certificate - tokenService.KeyStoreLocation.static final String
Mutual TLS with X.509 client certificate - tokenService.KeyStorePassword.static final String
Token service password property for OAuth2SAMLBearerAssertion.static final String
Token service URL property for OAuth2SAMLBearerAssertion.static final String
Token service user property for OAuth2SAMLBearerAssertion.static final String
User property for OAuth2Password authentication.static final String
OAuth2SAMLBearerAssertion property - userIdSource.
-
Field Details
-
MAIL_USER
User property.- See Also:
-
MAIL_PASSWORD
Password property.- See Also:
-
HTTP
HTTP URL schema.- See Also:
-
HTTPS
HTTPS URL schema.- See Also:
-
PROXY_TYPE
Proxy type property.- See Also:
-
PROXY_TYPE_INTERNET
Proxy type property - Internet.- See Also:
-
PROXY_TYPE_ON_PREMISE
Proxy type property - On premise.- See Also:
-
LOCATION_ID
The cloud connector location id property.- See Also:
-
AUDIENCE
Audience property for OAuth2SAMLBearerAssertion.- See Also:
-
CLIENT_KEY
Client key property for OAuth2SAMLBearerAssertion.- See Also:
-
TOKEN_SERVICE_URL
Token service URL property for OAuth2SAMLBearerAssertion.- See Also:
-
TOKEN_SERVICE_USER
Token service user property for OAuth2SAMLBearerAssertion.- See Also:
-
TOKEN_SERVICE_PASSWORD
Token service password property for OAuth2SAMLBearerAssertion.- See Also:
-
AUTHN_CONTEXT_CLASS_REF
OAuth2SAMLBearerAssertion property - authnContextClassRef.- See Also:
-
CLIENT_ID
System user property for OAuth2ClientCredentials.- See Also:
-
CLIENT_SECRET
System user property for OAuth2ClientCredentials.- See Also:
-
NAME_QUALIFIER
OAuth2SAMLBearerAssertion property - nameQualifier.- See Also:
-
COMPANY_ID
OAuth2SAMLBearerAssertion property - companyId.- See Also:
-
ASSERTION_ISSUER
OAuth2SAMLBearerAssertion property - assertionIssuer.- See Also:
-
SCOPE
OAuth2SAMLBearerAssertion property - scope.- See Also:
-
NAME_ID_FORMAT
OAuth2SAMLBearerAssertion property - nameIdFormat.- See Also:
-
USER_ID_SOURCE
OAuth2SAMLBearerAssertion property - userIdSource.- See Also:
-
USER
User property for OAuth2Password authentication.- See Also:
-
PASSWORD
Password property for OAuth2Password authentication.- See Also:
-
AUTHENTICATION
Authentication property.- See Also:
-
NO_AUTHENTICATION
Authentication type - No authentication.- See Also:
-
BASIC_AUTHENTICATION
Authentication type - Basic.- See Also:
-
OAUTH_2_SAML_BEARER_ASSERTION
Authentication type - OAuth2 SAML Bearer Assertion.- See Also:
-
OAUTH_2_CLIENT_CREDENTIALS
Authentication type - OAuth2 Client Credentials.- See Also:
-
TOKEN_SERVICE_KEY_STORE_LOCATION
Mutual TLS with X.509 client certificate - tokenService.KeyStoreLocation.- See Also:
-
TOKEN_SERVICE_KEY_STORE_PASSWORD
Mutual TLS with X.509 client certificate - tokenService.KeyStorePassword.- See Also:
-