org.wicketstuff.ki.KiConstraint Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of wicket-ki-security Show documentation
Show all versions of wicket-ki-security Show documentation
Ki Security for Apache Wicket. (The project formerly known as JSecurity)
package org.wicketstuff.ki;
public enum KiConstraint {
HasRole,
HasPermission,
IsAuthenticated, // in this session
LoggedIn, // could be from cookie or whatever
}