public class AuthorizationStrategy extends AbstractAuthorizationStrategy
AuthenticationToken is set by AdminLoginForm| Constructor and Description |
|---|
AuthorizationStrategy() |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends org.apache.wicket.markup.html.WebPage> |
getAuthChallengePage(org.apache.wicket.Component component)
For UnAuth access redirect to Login Page
|
List<Class> |
getPageTypesProtected()
Get the Class of the type of page/panels/web components this Strategy is supposed to protect
|
isActionAuthorized, isInstantiationAuthorized, onUnauthorizedInstantiationpublic Class<? extends org.apache.wicket.markup.html.WebPage> getAuthChallengePage(org.apache.wicket.Component component)
AbstractAuthorizationStrategygetAuthChallengePage in class AbstractAuthorizationStrategypublic List<Class> getPageTypesProtected()
AbstractAuthorizationStrategygetPageTypesProtected in class AbstractAuthorizationStrategyCopyright © 2018. All rights reserved.