|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WicketSubject
In addition to Subjects, WicketSubjects play an important part in multi-login scenario's as they define what they authenticate. For example one subject might authenticate all subclasses of BasicSecurePage where another might authenticate all subclasses of AdvancedSecurePage. Effectively requiring a user to login twice if both type of pages are to be visited. If a Wicket application encounters a regular Subject, that subject authenticates everything.
| Method Summary | |
|---|---|
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. |
| Methods inherited from interface org.wicketstuff.security.hive.authentication.Subject |
|---|
getPrincipals, isReadOnly, setReadOnly |
| Method Detail |
|---|
boolean isClassAuthenticated(Class<?> class1)
class1 -
WaspAuthorizationStrategy.isClassAuthenticated(Class)boolean isComponentAuthenticated(org.apache.wicket.Component component)
component -
WaspAuthorizationStrategy.isComponentAuthenticated(Component)
boolean isModelAuthenticated(org.apache.wicket.model.IModel<?> model,
org.apache.wicket.Component component)
model - component -
WaspAuthorizationStrategy.isModelAuthenticated(IModel, Component)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||