ModeShape Distribution 3.0.0.CR1

Uses of Interface
org.modeshape.jcr.security.AuthenticationProvider

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 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)
           
 


ModeShape Distribution 3.0.0.CR1

Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.