Class RestrictionDefinitionInfo
java.lang.Object
org.apache.sling.starter.access.models.RestrictionDefinitionInfo
- All Implemented Interfaces:
org.apache.jackrabbit.oak.spi.security.authorization.restriction.RestrictionDefinition
public class RestrictionDefinitionInfo
extends Object
implements org.apache.jackrabbit.oak.spi.security.authorization.restriction.RestrictionDefinition
-
Constructor Summary
ConstructorsConstructorDescriptionRestrictionDefinitionInfo
(String displayName, org.apache.jackrabbit.oak.spi.security.authorization.restriction.RestrictionDefinition rd) -
Method Summary
-
Constructor Details
-
RestrictionDefinitionInfo
public RestrictionDefinitionInfo(String displayName, org.apache.jackrabbit.oak.spi.security.authorization.restriction.RestrictionDefinition rd)
-
-
Method Details
-
getDisplayName
-
getName
- Specified by:
getName
in interfaceorg.apache.jackrabbit.oak.spi.security.authorization.restriction.RestrictionDefinition
-
getRequiredType
@NotNull public @NotNull org.apache.jackrabbit.oak.api.Type<?> getRequiredType()- Specified by:
getRequiredType
in interfaceorg.apache.jackrabbit.oak.spi.security.authorization.restriction.RestrictionDefinition
-
isMandatory
public boolean isMandatory()- Specified by:
isMandatory
in interfaceorg.apache.jackrabbit.oak.spi.security.authorization.restriction.RestrictionDefinition
-