|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AuthenticationProvider | |
---|---|
org.hippoecm.hst.core.container | The org.hippoecm.hst.core.container package defines the API for the HST Core Container |
org.hippoecm.hst.security.impl |
Uses of AuthenticationProvider in org.hippoecm.hst.core.container |
---|
Fields in org.hippoecm.hst.core.container declared as AuthenticationProvider | |
---|---|
protected AuthenticationProvider |
SecurityValve.authProvider
|
Methods in org.hippoecm.hst.core.container with parameters of type AuthenticationProvider | |
---|---|
void |
SecurityValve.setAuthenticationProvider(AuthenticationProvider authProvider)
|
Uses of AuthenticationProvider in org.hippoecm.hst.security.impl |
---|
Classes in org.hippoecm.hst.security.impl that implement AuthenticationProvider | |
---|---|
class |
HippoAuthenticationProvider
HippoAuthenticationProvider |
class |
JcrAuthenticationProvider
JcrAuthenticationProvider |
Fields in org.hippoecm.hst.security.impl declared as AuthenticationProvider | |
---|---|
protected AuthenticationProvider |
DefaultLoginModule.authProvider
The authentication provider service. |
Methods in org.hippoecm.hst.security.impl that return AuthenticationProvider | |
---|---|
protected AuthenticationProvider |
DefaultLoginModule.getAuthenticationProvider()
|
Constructors in org.hippoecm.hst.security.impl with parameters of type AuthenticationProvider | |
---|---|
DefaultLoginModule(AuthenticationProvider authProvider)
Create a new login module that uses the given authentication provider |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |