Class ComponentInstanceAccessControlExtension.Constants
- java.lang.Object
-
- org.silverpeas.core.security.authorization.ComponentInstanceAccessControlExtension.Constants
-
- Enclosing interface:
- ComponentInstanceAccessControlExtension
public static class ComponentInstanceAccessControlExtension.Constants extends Object
Constants are predefined value used by a contribution manager to work with and that carries a semantic that has to be shared by all the implementations of this interface.
-
-
Field Summary
Fields Modifier and Type Field Description static String
NAME_SUFFIX
The predefined suffix that must compound the name of each implementation of this interface.
-
-
-
Field Detail
-
NAME_SUFFIX
public static final String NAME_SUFFIX
The predefined suffix that must compound the name of each implementation of this interface. An implementation of this interface by a Silverpeas application named Kmelia must be namedkmelia[NAME_SUFFIX]
where NAME_SUFFIX is the predefined suffix as defined below.- See Also:
- Constant Field Values
-
-