Java org.apache.wicket.authorization IAuthorizationStrategy fields, constructors, methods, implement or subclass

Example usage for Java org.apache.wicket.authorization IAuthorizationStrategy fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.wicket.authorization IAuthorizationStrategy.

The text is from its open source code.

Implementation

org.apache.wicket.authorization.IAuthorizationStrategy has the following implementations.
Click this link to see all its implementation.

Constructor

Method

booleanisActionAuthorized(Component component, Action action)
Gets whether the given action is permitted.
booleanisInstantiationAuthorized(Class componentClass)
Checks whether an instance of the given component class may be created.