|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IAuthenticationStrategy | |
|---|---|
| org.apache.wicket.authentication.strategy | |
| org.apache.wicket.settings | |
| org.apache.wicket.settings.def | |
| Uses of IAuthenticationStrategy in org.apache.wicket.authentication.strategy |
|---|
| Classes in org.apache.wicket.authentication.strategy that implement IAuthenticationStrategy | |
|---|---|
class |
DefaultAuthenticationStrategy
Wicket's default implementation of an authentication strategy. |
class |
NoOpAuthenticationStrategy
A no-op implementation. |
| Uses of IAuthenticationStrategy in org.apache.wicket.settings |
|---|
| Methods in org.apache.wicket.settings that return IAuthenticationStrategy | |
|---|---|
IAuthenticationStrategy |
ISecuritySettings.getAuthenticationStrategy()
Gets the authentication strategy. |
| Methods in org.apache.wicket.settings with parameters of type IAuthenticationStrategy | |
|---|---|
void |
ISecuritySettings.setAuthenticationStrategy(IAuthenticationStrategy strategy)
Sets the authentication strategy. |
| Uses of IAuthenticationStrategy in org.apache.wicket.settings.def |
|---|
| Methods in org.apache.wicket.settings.def that return IAuthenticationStrategy | |
|---|---|
IAuthenticationStrategy |
SecuritySettings.getAuthenticationStrategy()
|
| Methods in org.apache.wicket.settings.def with parameters of type IAuthenticationStrategy | |
|---|---|
void |
SecuritySettings.setAuthenticationStrategy(IAuthenticationStrategy strategy)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||