Package | Description |
---|---|
org.modeshape.jcr.security |
ModeShape JCR repositories have a pluggable authentication and authorization framework.
|
Modifier and Type | Class and Description |
---|---|
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 |
ServletProvider
An implementation of
AuthenticationProvider that delegates to the HttpServletRequest referenced by the supplied
ServletCredentials instances for all authentication and role-based authorization. |
Modifier and Type | Method and Description |
---|---|
static AuthenticationProviders |
AuthenticationProviders.with(AuthenticationProvider... providers) |
AuthenticationProviders |
AuthenticationProviders.with(AuthenticationProvider provider) |
Constructor and Description |
---|
AuthenticationProviders(AuthenticationProvider... providers) |
Constructor and Description |
---|
AuthenticationProviders(List<AuthenticationProvider> providers) |
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.