Uses of Class
org.gcube.common.authorization.library.ClientType
-
Packages that use ClientType Package Description org.gcube.common.authorization.library org.gcube.common.authorization.library.provider -
-
Uses of ClientType in org.gcube.common.authorization.library
Methods in org.gcube.common.authorization.library that return ClientType Modifier and Type Method Description static ClientTypeClientType. valueOf(String name)Returns the enum constant of this type with the specified name.static ClientType[]ClientType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ClientType in org.gcube.common.authorization.library.provider
Methods in org.gcube.common.authorization.library.provider that return ClientType Modifier and Type Method Description abstract ClientTypeClientInfo. getType()ClientTypeContainerInfo. getType()ClientTypeExternalServiceInfo. getType()ClientTypeServiceInfo. getType()ClientTypeUserInfo. getType()
-