Uses of Interface
org.modeshape.jcr.security.JaasProvider.SubjectResolver

Packages that use JaasProvider.SubjectResolver
org.modeshape.jcr.security ModeShape JCR repositories have a pluggable authentication and authorization framework. 
 

Uses of JaasProvider.SubjectResolver in org.modeshape.jcr.security
 

Classes in org.modeshape.jcr.security that implement JaasProvider.SubjectResolver
 class JaccSubjectResolver
          A class that can resolve the current JAAS Subject using the JACC API.
 

Constructors in org.modeshape.jcr.security with parameters of type JaasProvider.SubjectResolver
JaasProvider(String policyName, JaasProvider.SubjectResolver subjectResolver)
          Create a JAAS provider for authentication and authorization, using the supplied name for the login configuration.
 



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