Class BasicAuthorizationHeader
java.lang.Object
dev.getelements.elements.sdk.util.security.BasicAuthorizationHeader
Created by patricktwohig on 8/1/17.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Constant for the default character encoding of the credentials (UTF-8) -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the pass word.Gets the username.
-
Field Details
-
DEFAULT_ENCODING
Constant for the default character encoding of the credentials (UTF-8)- See Also:
-
-
Constructor Details
-
BasicAuthorizationHeader
-
-
Method Details
-
getUsername
Gets the username.- Returns:
- the username
-
getPassword
Gets the pass word.- Returns:
- the password
-