|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AuthenticationProvider | |
---|---|
org.modeshape.jcr.security | ModeShape JCR repositories have a pluggable authentication and authorization framework. |
Uses of AuthenticationProvider in org.modeshape.jcr.security |
---|
Classes in org.modeshape.jcr.security that implement AuthenticationProvider | |
---|---|
class |
AnonymousProvider
An implementation of AuthenticationProvider that allows for anonymous authentication and role-based
authorization of a supplied set of allowed roles. |
class |
AuthenticationProviders
An implementation of AuthenticationProvider that represents an ordered list of other AuthenticationProvider
implementations. |
class |
JaasProvider
An implementation of AuthenticationProvider that uses a supplied JAAS policy to perform all authentication and
role-based authorization. |
class |
SecurityContextProvider
Deprecated. Use custom AuthenticationProvider implementations instead |
class |
ServletProvider
An implementation of AuthenticationProvider that delegates to the HttpServletRequest referenced by the supplied
ServletCredentials instances for all authentication and role-based authorization. |
Methods in org.modeshape.jcr.security with parameters of type AuthenticationProvider | |
---|---|
static AuthenticationProviders |
AuthenticationProviders.with(AuthenticationProvider... providers)
|
AuthenticationProviders |
AuthenticationProviders.with(AuthenticationProvider provider)
|
Constructors in org.modeshape.jcr.security with parameters of type AuthenticationProvider | |
---|---|
AuthenticationProviders(AuthenticationProvider... providers)
|
Constructor parameters in org.modeshape.jcr.security with type arguments of type AuthenticationProvider | |
---|---|
AuthenticationProviders(List<AuthenticationProvider> providers)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |