Java org.apache.wicket.authroles.authorization.strategies.role Roles fields, constructors, methods, implement or subclass

Example usage for Java org.apache.wicket.authroles.authorization.strategies.role Roles fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.wicket.authroles.authorization.strategies.role Roles.

The text is from its open source code.

Subclass

org.apache.wicket.authroles.authorization.strategies.role.Roles has subclasses.
Click this link to see all its subclasses.

Field

StringUSER
USER role (for use in annotations)
StringADMIN
ADMIN role (for use in annotations)

Constructor

Method

booleanhasAnyRole(Roles roles)
Whether this roles object contains any of the provided roles.
booleanhasRole(final String role)
Whether this roles object containes the provided role.