public interface AuthStore
#unwrap()
call returning the real typed objectModifier and Type | Method and Description |
---|---|
String |
getId()
If this is a
AuthVersion.V2 then this is the tenantId. |
String |
getName()
If this is a
AuthVersion.V2 then this is the tenant name. |
String |
getPassword() |
String |
getUsername() |
AuthVersion |
getVersion() |
AuthVersion getVersion()
String getUsername()
String getPassword()
String getId()
AuthVersion.V2
then this is the tenantId. If AuthVersion.V3
then this maps to the projectIdString getName()
AuthVersion.V2
then this is the tenant name. If AuthVersion.V3
then this maps to the project nameCopyright © 2017. All rights reserved.