public interface Access extends ModelEntity
Modifier and Type | Interface and Description |
---|---|
static interface |
Access.Service |
static interface |
Access.UserDetails |
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.SortedSetMultimap<String,? extends Access.Service> |
getAggregatedCatalog()
A Lazy loading Aggregated Service Catalog Mapping.
|
String |
getCacheIdentifier() |
String |
getEndpoint() |
List<? extends Access.Service> |
getServiceCatalog() |
Token |
getToken() |
Access.UserDetails |
getUser() |
AuthVersion |
getVersion() |
<T> T |
unwrap()
If Access is being wrapped such as in V3 then this will return the underlying wrapped instance.
|
Token getToken()
List<? extends Access.Service> getServiceCatalog()
com.google.common.collect.SortedSetMultimap<String,? extends Access.Service> getAggregatedCatalog()
String getEndpoint()
Access.UserDetails getUser()
<T> T unwrap()
String getCacheIdentifier()
AuthVersion getVersion()
Copyright © 2017. All rights reserved.