Class ServiceIdentifier
- java.lang.Object
-
- org.gcube.common.authorization.library.provider.ServiceIdentifier
-
- All Implemented Interfaces:
Serializable
public class ServiceIdentifier extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedServiceIdentifier()ServiceIdentifier(String serviceClass, String serviceName, String serviceId)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetFullIdentifier()StringgetServiceClass()StringgetServiceId()static ServiceIdentifiergetServiceIdentifierFromId(String serviceId)StringgetServiceName()inthashCode()
-
-
-
Method Detail
-
getServiceClass
public String getServiceClass()
-
getServiceName
public String getServiceName()
-
getServiceId
public String getServiceId()
-
getFullIdentifier
public String getFullIdentifier()
-
getServiceIdentifierFromId
public static ServiceIdentifier getServiceIdentifierFromId(String serviceId)
-
-