Uses of Interface
org.alfresco.service.cmr.remotecredentials.BaseCredentialsInfo
Packages that use BaseCredentialsInfo
Package
Description
-
Uses of BaseCredentialsInfo in org.alfresco.repo.remotecredentials
Classes in org.alfresco.repo.remotecredentials that implement BaseCredentialsInfoModifier and TypeClassDescriptionclassThis class is the parent of a set of Remote CredentialsclassThis class represents an OAuth 1.0 based set of credentialsclassThis class represents an OAuth 2.0 based set of credentialsclassThis class represents a password based set of credentialsMethods in org.alfresco.repo.remotecredentials that return BaseCredentialsInfoModifier and TypeMethodDescriptionRemoteCredentialsInfoFactory.createCredentials(QName type, NodeRef nodeRef, String remoteSystemName, NodeRef remoteSystemContainerNodeRef, Map<QName, Serializable> properties) Creates a newBaseCredentialsInfoobject of the appropriate type, based on the details of the underlying node.RemoteCredentialsServiceImpl.createPersonCredentials(String remoteSystem, BaseCredentialsInfo credentials) RemoteCredentialsServiceImpl.createSharedCredentials(String remoteSystem, BaseCredentialsInfo credentials) RemoteCredentialsServiceImpl.getPersonCredentials(String remoteSystem) RemoteCredentialsServiceImpl.updateCredentials(BaseCredentialsInfo credentials) RemoteCredentialsServiceImpl.updateCredentialsAuthenticationSucceeded(boolean succeeded, BaseCredentialsInfo credentials) Methods in org.alfresco.repo.remotecredentials that return types with arguments of type BaseCredentialsInfoModifier and TypeMethodDescriptionorg.alfresco.query.PagingResults<? extends BaseCredentialsInfo>RemoteCredentialsServiceImpl.listAllCredentials(String remoteSystem, QName credentialsType, org.alfresco.query.PagingRequest paging) org.alfresco.query.PagingResults<? extends BaseCredentialsInfo>RemoteCredentialsServiceImpl.listPersonCredentials(String remoteSystem, QName credentialsType, org.alfresco.query.PagingRequest paging) org.alfresco.query.PagingResults<? extends BaseCredentialsInfo>RemoteCredentialsServiceImpl.listSharedCredentials(String remoteSystem, QName credentialsType, org.alfresco.query.PagingRequest paging) Methods in org.alfresco.repo.remotecredentials with parameters of type BaseCredentialsInfoModifier and TypeMethodDescriptionRemoteCredentialsServiceImpl.createPersonCredentials(String remoteSystem, BaseCredentialsInfo credentials) RemoteCredentialsServiceImpl.createSharedCredentials(String remoteSystem, BaseCredentialsInfo credentials) voidRemoteCredentialsServiceImpl.deleteCredentials(BaseCredentialsInfo credentialsInfo) static Map<QName,Serializable> RemoteCredentialsInfoFactory.FactoryHelper.getCoreCredentials(BaseCredentialsInfo credentials) Generates the core properties for aBaseCredentialsInfoOAuth1CredentialsFactory.serializeCredentials(BaseCredentialsInfo info) Serializes the givenBaseCredentialsInfoobject to node properties.OAuth2CredentialsFactory.serializeCredentials(BaseCredentialsInfo info) Serializes the givenBaseCredentialsInfoobject to node properties.PasswordCredentialsFactory.serializeCredentials(BaseCredentialsInfo info) Serializes the givenBaseCredentialsInfoobject to node properties.RemoteCredentialsInfoFactory.serializeCredentials(BaseCredentialsInfo info) Serializes the givenBaseCredentialsInfoobject to node properties.RemoteCredentialsServiceImpl.updateCredentials(BaseCredentialsInfo credentials) RemoteCredentialsServiceImpl.updateCredentialsAuthenticationSucceeded(boolean succeeded, BaseCredentialsInfo credentials) -
Uses of BaseCredentialsInfo in org.alfresco.repo.remoteticket
Methods in org.alfresco.repo.remoteticket that return BaseCredentialsInfoModifier and TypeMethodDescriptionRemoteAlfrescoTicketServiceImpl.getRemoteCredentials(String remoteSystemId) Retrieves the remote credentials (if any) for the current userRemoteAlfrescoTicketServiceImpl.storeRemoteCredentials(String remoteSystemId, String username, String password) Validates and stores the remote credentials for the current userMethods in org.alfresco.repo.remoteticket with parameters of type BaseCredentialsInfoModifier and TypeMethodDescriptionprotected PasswordCredentialsInfoRemoteAlfrescoTicketServiceImpl.ensureCredentialsFound(String remoteSystemId, BaseCredentialsInfo credentails) protected StringRemoteAlfrescoTicketServiceImpl.toCacheKey(String remoteSystemId, BaseCredentialsInfo credentials) -
Uses of BaseCredentialsInfo in org.alfresco.service.cmr.remotecredentials
Subinterfaces of BaseCredentialsInfo in org.alfresco.service.cmr.remotecredentialsModifier and TypeInterfaceDescriptioninterfaceThis class represents an OAuth 1.0 based set of credentialsinterfaceThis class represents an OAuth 2.0 based set of credentialsinterfaceThis class represents a password based set of credentialsMethods in org.alfresco.service.cmr.remotecredentials that return BaseCredentialsInfoModifier and TypeMethodDescriptionRemoteCredentialsService.createPersonCredentials(String remoteSystem, BaseCredentialsInfo credentials) Stores a newBaseCredentialsInfofor the current userRemoteCredentialsService.createSharedCredentials(String remoteSystem, BaseCredentialsInfo credentials) Stores a newBaseCredentialsInfofor shared use.RemoteCredentialsService.getPersonCredentials(String remoteSystem) Fetches the credentials for the current user for the specified System.RemoteCredentialsService.updateCredentials(BaseCredentialsInfo credentials) Updates an existingBaseCredentialsInfo.RemoteCredentialsService.updateCredentialsAuthenticationSucceeded(boolean succeeded, BaseCredentialsInfo credentialsInfo) Records if the most recent Authentication attempt with a given set of credentials worked or not.Methods in org.alfresco.service.cmr.remotecredentials that return types with arguments of type BaseCredentialsInfoModifier and TypeMethodDescriptionorg.alfresco.query.PagingResults<? extends BaseCredentialsInfo>RemoteCredentialsService.listAllCredentials(String remoteSystem, QName credentialsType, org.alfresco.query.PagingRequest paging) Lists all Credentials that the user has access to for the given Remote Systemorg.alfresco.query.PagingResults<? extends BaseCredentialsInfo>RemoteCredentialsService.listPersonCredentials(String remoteSystem, QName credentialsType, org.alfresco.query.PagingRequest paging) Lists all Credentials for the current user for the given Remote Systemorg.alfresco.query.PagingResults<? extends BaseCredentialsInfo>RemoteCredentialsService.listSharedCredentials(String remoteSystem, QName credentialsType, org.alfresco.query.PagingRequest paging) Lists all Credentials that are shared with the current user for the given Remote SystemMethods in org.alfresco.service.cmr.remotecredentials with parameters of type BaseCredentialsInfoModifier and TypeMethodDescriptionRemoteCredentialsService.createPersonCredentials(String remoteSystem, BaseCredentialsInfo credentials) Stores a newBaseCredentialsInfofor the current userRemoteCredentialsService.createSharedCredentials(String remoteSystem, BaseCredentialsInfo credentials) Stores a newBaseCredentialsInfofor shared use.voidRemoteCredentialsService.deleteCredentials(BaseCredentialsInfo credentialsInfo) Deletes an existingBaseCredentialsInfofrom the repositoryRemoteCredentialsService.updateCredentials(BaseCredentialsInfo credentials) Updates an existingBaseCredentialsInfo.RemoteCredentialsService.updateCredentialsAuthenticationSucceeded(boolean succeeded, BaseCredentialsInfo credentialsInfo) Records if the most recent Authentication attempt with a given set of credentials worked or not. -
Uses of BaseCredentialsInfo in org.alfresco.service.cmr.remoteticket
Methods in org.alfresco.service.cmr.remoteticket that return BaseCredentialsInfoModifier and TypeMethodDescriptionRemoteAlfrescoTicketService.getRemoteCredentials(String remoteSystemId) Retrieves the remote credentials (if any) for the current userRemoteAlfrescoTicketService.storeRemoteCredentials(String remoteSystemId, String username, String password) Validates and stores the remote credentials for the current user