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 abstract Authentication |
AbstractLoginModule.getAuthentication(Principal principal,
Credentials creds)
Retrieve the
Authentication . |
protected Authentication |
DefaultLoginModule.getAuthentication(Principal principal,
Credentials creds) |
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,
Credentials creds) |
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.