Package | Description |
---|---|
org.alfresco.repo.remotecredentials | |
org.alfresco.repo.remoteticket | |
org.alfresco.service.cmr.remotecredentials | |
org.alfresco.service.cmr.remoteticket |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCredentialsImpl
This class is the parent of a set of Remote Credentials
|
class |
OAuth1CredentialsInfoImpl
This class represents an OAuth 1.0 based set of credentials
|
class |
OAuth2CredentialsInfoImpl
This class represents an OAuth 2.0 based set of credentials
|
class |
PasswordCredentialsInfoImpl
This class represents a password based set of credentials
|
Modifier and Type | Method and Description |
---|---|
BaseCredentialsInfo |
RemoteCredentialsInfoFactory.createCredentials(org.alfresco.service.namespace.QName type,
org.alfresco.service.cmr.repository.NodeRef nodeRef,
String remoteSystemName,
org.alfresco.service.cmr.repository.NodeRef remoteSystemContainerNodeRef,
Map<org.alfresco.service.namespace.QName,Serializable> properties)
Creates a new
BaseCredentialsInfo object of the appropriate
type, based on the details of the underlying node. |
BaseCredentialsInfo |
RemoteCredentialsServiceImpl.createPersonCredentials(String remoteSystem,
BaseCredentialsInfo credentials) |
BaseCredentialsInfo |
RemoteCredentialsServiceImpl.createSharedCredentials(String remoteSystem,
BaseCredentialsInfo credentials) |
BaseCredentialsInfo |
RemoteCredentialsServiceImpl.getPersonCredentials(String remoteSystem) |
BaseCredentialsInfo |
RemoteCredentialsServiceImpl.updateCredentials(BaseCredentialsInfo credentials) |
BaseCredentialsInfo |
RemoteCredentialsServiceImpl.updateCredentialsAuthenticationSucceeded(boolean succeeded,
BaseCredentialsInfo credentials) |
Modifier and Type | Method and Description |
---|---|
org.alfresco.query.PagingResults<? extends BaseCredentialsInfo> |
RemoteCredentialsServiceImpl.listAllCredentials(String remoteSystem,
org.alfresco.service.namespace.QName credentialsType,
org.alfresco.query.PagingRequest paging) |
org.alfresco.query.PagingResults<? extends BaseCredentialsInfo> |
RemoteCredentialsServiceImpl.listPersonCredentials(String remoteSystem,
org.alfresco.service.namespace.QName credentialsType,
org.alfresco.query.PagingRequest paging) |
org.alfresco.query.PagingResults<? extends BaseCredentialsInfo> |
RemoteCredentialsServiceImpl.listSharedCredentials(String remoteSystem,
org.alfresco.service.namespace.QName credentialsType,
org.alfresco.query.PagingRequest paging) |
Modifier and Type | Method and Description |
---|---|
BaseCredentialsInfo |
RemoteCredentialsServiceImpl.createPersonCredentials(String remoteSystem,
BaseCredentialsInfo credentials) |
BaseCredentialsInfo |
RemoteCredentialsServiceImpl.createSharedCredentials(String remoteSystem,
BaseCredentialsInfo credentials) |
void |
RemoteCredentialsServiceImpl.deleteCredentials(BaseCredentialsInfo credentialsInfo) |
static Map<org.alfresco.service.namespace.QName,Serializable> |
RemoteCredentialsInfoFactory.FactoryHelper.getCoreCredentials(BaseCredentialsInfo credentials)
Generates the core properties for a
BaseCredentialsInfo |
Map<org.alfresco.service.namespace.QName,Serializable> |
PasswordCredentialsFactory.serializeCredentials(BaseCredentialsInfo info)
Serializes the given
BaseCredentialsInfo object to node properties. |
Map<org.alfresco.service.namespace.QName,Serializable> |
OAuth2CredentialsFactory.serializeCredentials(BaseCredentialsInfo info)
Serializes the given
BaseCredentialsInfo object to node properties. |
Map<org.alfresco.service.namespace.QName,Serializable> |
RemoteCredentialsInfoFactory.serializeCredentials(BaseCredentialsInfo info)
Serializes the given
BaseCredentialsInfo object to node properties. |
Map<org.alfresco.service.namespace.QName,Serializable> |
OAuth1CredentialsFactory.serializeCredentials(BaseCredentialsInfo info)
Serializes the given
BaseCredentialsInfo object to node properties. |
BaseCredentialsInfo |
RemoteCredentialsServiceImpl.updateCredentials(BaseCredentialsInfo credentials) |
BaseCredentialsInfo |
RemoteCredentialsServiceImpl.updateCredentialsAuthenticationSucceeded(boolean succeeded,
BaseCredentialsInfo credentials) |
Modifier and Type | Method and Description |
---|---|
BaseCredentialsInfo |
RemoteAlfrescoTicketServiceImpl.getRemoteCredentials(String remoteSystemId)
Retrieves the remote credentials (if any) for the current user
|
BaseCredentialsInfo |
RemoteAlfrescoTicketServiceImpl.storeRemoteCredentials(String remoteSystemId,
String username,
String password)
Validates and stores the remote credentials for the current user
|
Modifier and Type | Method and Description |
---|---|
protected PasswordCredentialsInfo |
RemoteAlfrescoTicketServiceImpl.ensureCredentialsFound(String remoteSystemId,
BaseCredentialsInfo credentails) |
protected String |
RemoteAlfrescoTicketServiceImpl.toCacheKey(String remoteSystemId,
BaseCredentialsInfo credentials) |
Modifier and Type | Interface and Description |
---|---|
interface |
OAuth1CredentialsInfo
This class represents an OAuth 1.0 based set of credentials
|
interface |
OAuth2CredentialsInfo
This class represents an OAuth 2.0 based set of credentials
|
interface |
PasswordCredentialsInfo
This class represents a password based set of credentials
|
Modifier and Type | Method and Description |
---|---|
BaseCredentialsInfo |
RemoteCredentialsService.createPersonCredentials(String remoteSystem,
BaseCredentialsInfo credentials)
Stores a new
BaseCredentialsInfo for the current user |
BaseCredentialsInfo |
RemoteCredentialsService.createSharedCredentials(String remoteSystem,
BaseCredentialsInfo credentials)
Stores a new
BaseCredentialsInfo for shared use. |
BaseCredentialsInfo |
RemoteCredentialsService.getPersonCredentials(String remoteSystem)
Fetches the credentials for the current user for the specified
System.
|
BaseCredentialsInfo |
RemoteCredentialsService.updateCredentials(BaseCredentialsInfo credentials)
Updates an existing
BaseCredentialsInfo . |
BaseCredentialsInfo |
RemoteCredentialsService.updateCredentialsAuthenticationSucceeded(boolean succeeded,
BaseCredentialsInfo credentialsInfo)
Records if the most recent Authentication attempt with a given
set of credentials worked or not.
|
Modifier and Type | Method and Description |
---|---|
org.alfresco.query.PagingResults<? extends BaseCredentialsInfo> |
RemoteCredentialsService.listAllCredentials(String remoteSystem,
org.alfresco.service.namespace.QName credentialsType,
org.alfresco.query.PagingRequest paging)
Lists all Credentials that the user has access to
for the given Remote System
|
org.alfresco.query.PagingResults<? extends BaseCredentialsInfo> |
RemoteCredentialsService.listPersonCredentials(String remoteSystem,
org.alfresco.service.namespace.QName credentialsType,
org.alfresco.query.PagingRequest paging)
Lists all Credentials for the current user for the given Remote System
|
org.alfresco.query.PagingResults<? extends BaseCredentialsInfo> |
RemoteCredentialsService.listSharedCredentials(String remoteSystem,
org.alfresco.service.namespace.QName credentialsType,
org.alfresco.query.PagingRequest paging)
Lists all Credentials that are shared with the current user for
the given Remote System
|
Modifier and Type | Method and Description |
---|---|
BaseCredentialsInfo |
RemoteCredentialsService.createPersonCredentials(String remoteSystem,
BaseCredentialsInfo credentials)
Stores a new
BaseCredentialsInfo for the current user |
BaseCredentialsInfo |
RemoteCredentialsService.createSharedCredentials(String remoteSystem,
BaseCredentialsInfo credentials)
Stores a new
BaseCredentialsInfo for shared use. |
void |
RemoteCredentialsService.deleteCredentials(BaseCredentialsInfo credentialsInfo)
Deletes an existing
BaseCredentialsInfo from the repository |
BaseCredentialsInfo |
RemoteCredentialsService.updateCredentials(BaseCredentialsInfo credentials)
Updates an existing
BaseCredentialsInfo . |
BaseCredentialsInfo |
RemoteCredentialsService.updateCredentialsAuthenticationSucceeded(boolean succeeded,
BaseCredentialsInfo credentialsInfo)
Records if the most recent Authentication attempt with a given
set of credentials worked or not.
|
Modifier and Type | Method and Description |
---|---|
BaseCredentialsInfo |
RemoteAlfrescoTicketService.getRemoteCredentials(String remoteSystemId)
Retrieves the remote credentials (if any) for the current user
|
BaseCredentialsInfo |
RemoteAlfrescoTicketService.storeRemoteCredentials(String remoteSystemId,
String username,
String password)
Validates and stores the remote credentials for the current user
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.