Class ClientInfo
- java.lang.Object
-
- org.gcube.common.authorization.library.provider.ClientInfo
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ContainerInfo,ExternalServiceInfo,ServiceInfo,UserInfo
public abstract class ClientInfo extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ClientInfo()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract StringgetId()abstract List<String>getRoles()abstract ClientTypegetType()
-
-
-
Method Detail
-
getId
public abstract String getId()
-
getType
public abstract ClientType getType()
-
-