Class ExternalServiceInfo
- java.lang.Object
-
- org.gcube.common.authorization.library.provider.ClientInfo
-
- org.gcube.common.authorization.library.provider.ExternalServiceInfo
-
- All Implemented Interfaces:
Serializable
public class ExternalServiceInfo extends ClientInfo
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedExternalServiceInfo()ExternalServiceInfo(String id, String generatedBy)ExternalServiceInfo(String id, String generatedBy, List<String> roles)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetGeneratedBy()StringgetId()List<String>getRoles()ClientTypegetType()
-
-
-
Method Detail
-
getId
public String getId()
- Specified by:
getIdin classClientInfo
-
getGeneratedBy
public String getGeneratedBy()
-
getRoles
public List<String> getRoles()
- Specified by:
getRolesin classClientInfo
-
getType
public ClientType getType()
- Specified by:
getTypein classClientInfo
-
-