org.wicketstuff.shiro.ShiroConstraint Maven / Gradle / Ivy
package org.wicketstuff.shiro;
public enum ShiroConstraint {
HasRole,
HasPermission,
IsAuthenticated, // in this session
LoggedIn, // could be from cookie or whatever
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy