Uses of Interface
org.modeshape.jcr.JcrConfiguration.AuthenticatorDefinition

Packages that use JcrConfiguration.AuthenticatorDefinition
org.modeshape.jcr The ModeShape implementation of the JCR API. 
 

Uses of JcrConfiguration.AuthenticatorDefinition in org.modeshape.jcr
 

Classes in org.modeshape.jcr that implement JcrConfiguration.AuthenticatorDefinition
protected static class JcrConfiguration.AuthenticatorBuilder<ReturnType>
           
 

Methods in org.modeshape.jcr that return JcrConfiguration.AuthenticatorDefinition
 JcrConfiguration.AuthenticatorDefinition<? extends JcrConfiguration.RepositoryDefinition<ReturnType>> JcrConfiguration.RepositoryDefinition.authenticator(String name)
          Obtain or create a definition for the authentication provider with the supplied name or identifier.
 JcrConfiguration.AuthenticatorDefinition<? extends JcrConfiguration.RepositoryDefinition<ReturnType>> JcrConfiguration.RepositoryBuilder.authenticator(String name)
          Obtain or create a definition for the authentication provider with the supplied name or identifier.
protected  JcrConfiguration.AuthenticatorDefinition<ReturnType> JcrConfiguration.AuthenticatorBuilder.thisType()
           
 



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