
nz.co.senanque.vaadin.permissionmanager.PermissionResolver Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of madura-vaadin Show documentation
Show all versions of madura-vaadin Show documentation
Integrates Madura Objects with Vaadin applications including support for dynamic metadata changes (available choices, read/write status of fields etc).
package nz.co.senanque.vaadin.permissionmanager;
/**
* Implementations of this pull authentication and authorization data from the current request and load it into the
* permission manager.
*
* @author Roger Parkinson
*
*/
public interface PermissionResolver {
public void unpackPermissions();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy