org.apache.sling.jcr.jackrabbit.server.impl.security
Class AuthenticationPluginWrapper
java.lang.Object
org.apache.sling.jcr.jackrabbit.server.impl.security.AuthenticationPluginWrapper
- All Implemented Interfaces:
- org.apache.jackrabbit.core.security.authentication.Authentication
public class AuthenticationPluginWrapper
- extends Object
- implements org.apache.jackrabbit.core.security.authentication.Authentication
Wraps a AuthenticationPlugin
and a LoginModulePlugin
with a
Authentication
object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AuthenticationPluginWrapper
public AuthenticationPluginWrapper(AuthenticationPlugin pa,
LoginModulePlugin plm)
authenticate
public boolean authenticate(javax.jcr.Credentials credentials)
throws javax.jcr.RepositoryException
- Delegates to underlying
AuthenticationPlugin.authenticate(Credentials)
method
- Specified by:
authenticate
in interface org.apache.jackrabbit.core.security.authentication.Authentication
- Throws:
javax.jcr.RepositoryException
canHandle
public boolean canHandle(javax.jcr.Credentials credentials)
- Delegates to underlying
LoginModulePlugin.canHandle(Credentials)
method
- Specified by:
canHandle
in interface org.apache.jackrabbit.core.security.authentication.Authentication
Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.