Uses of Class
ch.tbmelabs.serverconstants.oauth2.ClientScopeEnum
-
Packages that use ClientScopeEnum Package Description ch.tbmelabs.serverconstants.oauth2 -
-
Uses of ClientScopeEnum in ch.tbmelabs.serverconstants.oauth2
Methods in ch.tbmelabs.serverconstants.oauth2 that return ClientScopeEnum Modifier and Type Method Description static ClientScopeEnumClientScopeEnum. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ClientScopeEnum[]ClientScopeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.
-