Interface BaseCredentialsInfo

    • Method Detail

      • getNodeRef

        org.alfresco.service.cmr.repository.NodeRef getNodeRef()
        Description copied from interface: PermissionCheckValue
        Get the underlying node value that needs to be permission checked.
        Specified by:
        getNodeRef in interface PermissionCheckValue
        Returns:
        the NodeRef of the underlying credentials
      • getCredentialsType

        org.alfresco.service.namespace.QName getCredentialsType()
        Returns:
        the Type of the underlying credentials
      • getRemoteSystemName

        java.lang.String getRemoteSystemName()
        Returns:
        the Remote System Name the credentials belong to
      • getRemoteSystemContainerNodeRef

        org.alfresco.service.cmr.repository.NodeRef getRemoteSystemContainerNodeRef()
        Returns:
        the NodeRef of the container for the Remote System
      • getRemoteUsername

        java.lang.String getRemoteUsername()
        Returns:
        the Remote Username
      • getLastAuthenticationSucceeded

        boolean getLastAuthenticationSucceeded()
        Returns:
        whether the last authentication attempt succeeded