| Package | Description | 
|---|---|
| org.apache.jackrabbit.core.security.authentication | |
| org.apache.jackrabbit.core.security.authentication.token | |
| org.apache.jackrabbit.core.security.simple | 
| Modifier and Type | Method and Description | 
|---|---|
protected Authentication | 
DefaultLoginModule.getAuthentication(Principal principal,
                 javax.jcr.Credentials creds)  | 
protected abstract Authentication | 
AbstractLoginModule.getAuthentication(Principal principal,
                 javax.jcr.Credentials creds)
Retrieve the  
Authentication. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
TokenBasedAuthentication
Authentication implementation that compares the tokens stored with a
 given user node to the token present in the SimpleCredentials attributes. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected Authentication | 
SimpleLoginModule.getAuthentication(Principal principal,
                 javax.jcr.Credentials creds)  | 
Copyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.