Class ComponentAuthorization.ComponentResourceReference
- java.lang.Object
-
- org.silverpeas.core.security.authorization.ComponentAuthorization.ComponentResourceReference
-
- Enclosing interface:
- ComponentAuthorization
public static class ComponentAuthorization.ComponentResourceReference extends Object
Representation of a resource in order to be filtered by the API implementations.
-
-
Constructor Summary
Constructors Constructor Description ComponentResourceReference(String localId, String type, String instanceId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getInstanceId()
String
getLocalId()
String
getType()
int
hashCode()
-