org.apache.sling.jcr.jackrabbit.server.security
Interface AuthenticationPlugin


public interface AuthenticationPlugin

Provide some of the functionality of the org.apache.jackrabbit.core.security.authentication.Authentication class without explicitly referencing classes in org.apache.jackrabbit.core.*


Method Summary
 boolean authenticate(javax.jcr.Credentials credentials)
           
 

Method Detail

authenticate

boolean authenticate(javax.jcr.Credentials credentials)
                     throws javax.jcr.RepositoryException
Throws:
javax.jcr.RepositoryException
See Also:
org.apache.jackrabbit.core.security.authentication.Authentication#authenticate


Copyright © 2007-2011 The Apache Software Foundation. All Rights Reserved.