Class ServiceInfo
- java.lang.Object
-
- org.gcube.common.authorization.library.provider.ClientInfo
-
- org.gcube.common.authorization.library.provider.ServiceInfo
-
- All Implemented Interfaces:
Serializable
public class ServiceInfo extends ClientInfo
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedServiceInfo()ServiceInfo(ServiceIdentifier serviceIdentifier)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetId()List<String>getRoles()ServiceIdentifiergetServiceIdentifier()ClientTypegetType()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
ServiceInfo
protected ServiceInfo()
-
ServiceInfo
public ServiceInfo(ServiceIdentifier serviceIdentifier)
-
-
Method Detail
-
getId
public String getId()
- Specified by:
getIdin classClientInfo
-
getServiceIdentifier
public ServiceIdentifier getServiceIdentifier()
-
getRoles
public List<String> getRoles()
- Specified by:
getRolesin classClientInfo
-
getType
public ClientType getType()
- Specified by:
getTypein classClientInfo
-
-