Package io.milton.property
Class BeanPropertyAuthoriser
java.lang.Object
io.milton.property.BeanPropertyAuthoriser
- All Implemented Interfaces:
PropertyAuthoriser
- Author:
- brad
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.milton.property.PropertyAuthoriser
PropertyAuthoriser.CheckResult, PropertyAuthoriser.PropertyPermission -
Constructor Summary
ConstructorsConstructorDescriptionBeanPropertyAuthoriser(BeanPropertySource beanPropertySource, PropertyAuthoriser wrapped) -
Method Summary
Modifier and TypeMethodDescriptioncheckPermissions(Request request, Request.Method method, PropertyAuthoriser.PropertyPermission perm, Set<QName> fields, Resource resource)
-
Constructor Details
-
BeanPropertyAuthoriser
-
-
Method Details
-
checkPermissions
public Set<PropertyAuthoriser.CheckResult> checkPermissions(Request request, Request.Method method, PropertyAuthoriser.PropertyPermission perm, Set<QName> fields, Resource resource) - Specified by:
checkPermissionsin interfacePropertyAuthoriser
-