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, onUnauthorizedInstantiation
public Class<? extends org.apache.wicket.markup.html.WebPage> getAuthChallengePage(org.apache.wicket.Component component)
AbstractAuthorizationStrategy
getAuthChallengePage
in class AbstractAuthorizationStrategy
public List<Class> getPageTypesProtected()
AbstractAuthorizationStrategy
getPageTypesProtected
in class AbstractAuthorizationStrategy
Copyright © 2018. All rights reserved.