Class ServiceEntity
- java.lang.Object
-
- org.gcube.common.authorization.library.policies.ServiceEntity
-
public class ServiceEntity extends Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedServiceEntity(List<ServiceAccess> excludes)protectedServiceEntity(ServiceAccess service)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetAsString()List<ServiceAccess>getExcludes()ServiceAccessgetService()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
ServiceEntity
protected ServiceEntity(ServiceAccess service)
-
ServiceEntity
protected ServiceEntity(List<ServiceAccess> excludes)
-
-
Method Detail
-
getService
public ServiceAccess getService()
-
getExcludes
public List<ServiceAccess> getExcludes()
-
getAsString
public String getAsString()
-
-