All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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