Uses of Interface
io.milton.property.PropertyAuthoriser
Packages that use PropertyAuthoriser
-
Uses of PropertyAuthoriser in io.milton.config
Fields in io.milton.config declared as PropertyAuthoriserModifier and TypeFieldDescriptionprotected PropertyAuthoriserHttpManagerBuilder.propertyAuthoriserMethods in io.milton.config that return PropertyAuthoriserModifier and TypeMethodDescriptionHttpManagerBuilder.getPropertyAuthoriser()protected PropertyAuthoriserHttpManagerBuilder.initPropertyAuthoriser()Methods in io.milton.config with parameters of type PropertyAuthoriserModifier and TypeMethodDescriptionvoidHttpManagerBuilder.setPropertyAuthoriser(PropertyAuthoriser propertyAuthoriser) -
Uses of PropertyAuthoriser in io.milton.http.json
Methods in io.milton.http.json that return PropertyAuthoriserConstructors in io.milton.http.json with parameters of type PropertyAuthoriserModifierConstructorDescriptionJsonPropPatchHandler(PropPatchSetter patchSetter, PropertyAuthoriser permissionService, EventManager eventManager) -
Uses of PropertyAuthoriser in io.milton.http.webdav
Methods in io.milton.http.webdav that return PropertyAuthoriserModifier and TypeMethodDescriptionPropFindHandler.getPermissionService()PropPatchHandler.getPermissionService()Constructors in io.milton.http.webdav with parameters of type PropertyAuthoriserModifierConstructorDescriptionPropPatchHandler(ResourceHandlerHelper resourceHandlerHelper, PropPatchRequestParser requestParser, PropPatchSetter patchSetter, WebDavResponseHandler responseHandler, PropertyAuthoriser permissionService) WebDavProtocol(HandlerHelper handlerHelper, ResourceTypeHelper resourceTypeHelper, WebDavResponseHandler responseHandler, List<PropertySource> propertySources, QuotaDataAccessor quotaDataAccessor, PropPatchSetter patchSetter, PropertyAuthoriser propertyAuthoriser, ETagGenerator eTagGenerator, UrlAdapter urlAdapter, ResourceHandlerHelper resourceHandlerHelper, UserAgentHelper userAgentHelper, PropFindRequestFieldParser requestFieldParser, PropFindPropertyBuilder propertyBuilder, DisplayNameFormatter displayNameFormatter, boolean enableTextContentProperty) -
Uses of PropertyAuthoriser in io.milton.property
Classes in io.milton.property that implement PropertyAuthoriserModifier and TypeClassDescriptionclassclassThis default implementation is to allow property access based on the request.classVery basic implementation for development and prototyping Allows all logged in accessMethods in io.milton.property that return PropertyAuthoriserConstructors in io.milton.property with parameters of type PropertyAuthoriserModifierConstructorDescriptionBeanPropertyAuthoriser(BeanPropertySource beanPropertySource, PropertyAuthoriser wrapped)