public interface AuthStore
unwrap() call returning the real typed object| Modifier 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() |
<T> T |
unwrap() |
AuthVersion getVersion()
<T> T unwrap()
getVersion()String getUsername()
String getPassword()
String getId()
AuthVersion.V2 then this is the tenantId. If AuthVersion.V3 then this maps to the domainIdString getName()
AuthVersion.V2 then this is the tenant name. If AuthVersion.V3 then this maps to the domain name