public class DefaultSubject extends BaseSubject implements WicketSubject
WicketSubject
,
Serialized FormConstructor and Description |
---|
DefaultSubject() |
Modifier and Type | Method and Description |
---|---|
boolean |
isClassAuthenticated(Class<?> class1)
Performs the authentication check on a class.
|
boolean |
isComponentAuthenticated(org.apache.wicket.Component component)
Performs the authentication check on a component.
|
boolean |
isModelAuthenticated(org.apache.wicket.model.IModel<?> model,
org.apache.wicket.Component component)
Performs the authentication check on a model.
|
addPrincipal, getPrincipals, isReadOnly, setReadOnly
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getPrincipals, isReadOnly, setReadOnly
public boolean isClassAuthenticated(Class<?> class1)
WicketSubject
isClassAuthenticated
in interface WicketSubject
WicketSubject.isClassAuthenticated(java.lang.Class)
public boolean isComponentAuthenticated(org.apache.wicket.Component component)
WicketSubject
isComponentAuthenticated
in interface WicketSubject
WicketSubject.isComponentAuthenticated(org.apache.wicket.Component)
public boolean isModelAuthenticated(org.apache.wicket.model.IModel<?> model, org.apache.wicket.Component component)
WicketSubject
isModelAuthenticated
in interface WicketSubject
WicketSubject.isModelAuthenticated(org.apache.wicket.model.IModel,
org.apache.wicket.Component)
Copyright © 2015. All rights reserved.