Uses of Class
org.apache.cocoon.components.repository.helpers.CredentialsToken

Packages that use CredentialsToken
org.apache.cocoon.components.repository   
org.apache.cocoon.components.repository.impl   
 

Uses of CredentialsToken in org.apache.cocoon.components.repository
 

Methods in org.apache.cocoon.components.repository that return CredentialsToken
 CredentialsToken Repository.getCredentials()
          get the credentials used against the repository
 

Methods in org.apache.cocoon.components.repository with parameters of type CredentialsToken
 Repository RepositoryManager.getRepository(String hint, CredentialsToken credentials)
          get instance of repository.
 void Repository.setCredentials(CredentialsToken credentials)
          set the credentials to be used against the repository
 

Uses of CredentialsToken in org.apache.cocoon.components.repository.impl
 

Methods in org.apache.cocoon.components.repository.impl that return CredentialsToken
 CredentialsToken WebDAVRepository.getCredentials()
           
 

Methods in org.apache.cocoon.components.repository.impl with parameters of type CredentialsToken
 void WebDAVRepository.setCredentials(CredentialsToken credentials)
           
 

Constructors in org.apache.cocoon.components.repository.impl with parameters of type CredentialsToken
WebDAVRepositoryPropertyHelper(CredentialsToken credentials, WebDAVRepository repo)
          create a WebDAVRepositoryPropertyHelper
WebDAVRepositoryTransactionHelper(CredentialsToken credentials, WebDAVRepository repo)
          create a WebDAVRepositoryTransactionHelper
WebDAVRepositoryVersioningHelper(CredentialsToken credentials, WebDAVRepository repo)
          create a WebDAVRepositoryVersioningHelper
 



Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.