public interface RegistrationOptions
Modifier and Type | Method and Description |
---|---|
static RegistrationOptions |
create() |
java.lang.String |
getScope() |
boolean |
isUseCache() |
void |
setScope(java.lang.String scope) |
void |
setUseCache(boolean useCache) |
static RegistrationOptions create()
java.lang.String getScope()
boolean isUseCache()
void setScope(java.lang.String scope)
void setUseCache(boolean useCache)