Package | Description |
---|---|
org.apache.jackrabbit.server | |
org.apache.jackrabbit.webdav.jcr |
Contains JCR specific implementations.
|
org.apache.jackrabbit.webdav.simple |
Modifier and Type | Class and Description |
---|---|
class |
BasicCredentialsProvider
This Class implements a credentials provider that extracts the credentials
from the 'WWW-Authenticate' header and only supports 'Basic' authentication.
|
Constructor and Description |
---|
SessionProviderImpl(CredentialsProvider cp)
Creates a new SessionProvider
|
Modifier and Type | Method and Description |
---|---|
protected CredentialsProvider |
JCRWebdavServerServlet.getCredentialsProvider()
Returns a new instanceof
BasicCredentialsProvider . |
Modifier and Type | Method and Description |
---|---|
protected CredentialsProvider |
SimpleWebdavServlet.getCredentialsProvider()
Factory method for creating the credentials provider to be used for
accessing the credentials associated with a request.
|
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.