Uses of Interface
org.alfresco.service.cmr.remotecredentials.PasswordCredentialsInfo
-
Packages that use PasswordCredentialsInfo Package Description org.alfresco.repo.remotecredentials org.alfresco.repo.remoteticket -
-
Uses of PasswordCredentialsInfo in org.alfresco.repo.remotecredentials
Classes in org.alfresco.repo.remotecredentials that implement PasswordCredentialsInfo Modifier and Type Class Description classPasswordCredentialsInfoImplThis class represents a password based set of credentialsMethods in org.alfresco.repo.remotecredentials that return PasswordCredentialsInfo Modifier and Type Method Description PasswordCredentialsInfoPasswordCredentialsFactory. createCredentials(QName type, NodeRef nodeRef, String remoteSystemName, NodeRef remoteSystemContainerNodeRef, Map<QName,Serializable> properties)Creates a newPasswordCredentialsInfobased on the details of the underlying node. -
Uses of PasswordCredentialsInfo in org.alfresco.repo.remoteticket
Methods in org.alfresco.repo.remoteticket that return PasswordCredentialsInfo Modifier and Type Method Description protected PasswordCredentialsInfoRemoteAlfrescoTicketServiceImpl. ensureCredentialsFound(String remoteSystemId, BaseCredentialsInfo credentails)Methods in org.alfresco.repo.remoteticket with parameters of type PasswordCredentialsInfo Modifier and Type Method Description protected RemoteAlfrescoTicketInfoRemoteAlfrescoTicketServiceImpl. refreshTicket(String remoteSystemId, PasswordCredentialsInfo credentials)Fetches a new ticket for the given user, and caches it
-