public interface WicketSubject
extends org.wicketstuff.security.hive.authentication.Subject
| Modifier and Type | Method and Description |
|---|---|
boolean |
isClassAuthenticated(Class<?> class1)
Performs the authentication check on a class.
|
boolean |
isComponentAuthenticated(Component component)
Performs the authentication check on a component.
|
boolean |
isModelAuthenticated(IModel<?> model,
Component component)
Performs the authentication check on a model.
|
boolean isClassAuthenticated(Class<?> class1)
class1 - WaspAuthorizationStrategy.isClassAuthenticated(Class)boolean isComponentAuthenticated(Component component)
component - WaspAuthorizationStrategy.isComponentAuthenticated(Component)boolean isModelAuthenticated(IModel<?> model, Component component)
model - component - WaspAuthorizationStrategy.isModelAuthenticated(IModel, Component)Copyright © 2006–2019 Apache Software Foundation. All rights reserved.