public class AuthenticationPluginWrapper extends Object implements org.apache.jackrabbit.core.security.authentication.Authentication
| Constructor and Description |
|---|
AuthenticationPluginWrapper(AuthenticationPlugin pa,
LoginModulePlugin plm) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
authenticate(javax.jcr.Credentials credentials)
Delegates to underlying
AuthenticationPlugin.authenticate(Credentials) method |
boolean |
canHandle(javax.jcr.Credentials credentials)
Delegates to underlying
LoginModulePlugin.canHandle(Credentials) method |
public AuthenticationPluginWrapper(AuthenticationPlugin pa, LoginModulePlugin plm)
public boolean authenticate(javax.jcr.Credentials credentials)
throws javax.jcr.RepositoryException
AuthenticationPlugin.authenticate(Credentials) methodauthenticate in interface org.apache.jackrabbit.core.security.authentication.Authenticationjavax.jcr.RepositoryExceptionpublic boolean canHandle(javax.jcr.Credentials credentials)
LoginModulePlugin.canHandle(Credentials) methodcanHandle in interface org.apache.jackrabbit.core.security.authentication.AuthenticationCopyright © 2007–2015 The Apache Software Foundation. All rights reserved.