Class StorageAccountProviderSimpleBindingImpl

    • Constructor Detail

      • StorageAccountProviderSimpleBindingImpl

        public StorageAccountProviderSimpleBindingImpl()
    • Method Detail

      • getStorageProviderType

        protected org.duracloud.storage.domain.StorageProviderType getStorageProviderType​(org.jdom.Element xml)
      • getAccountId

        protected String getAccountId​(org.jdom.Element xml)
      • getIsPrimary

        protected boolean getIsPrimary​(org.jdom.Element xml)
      • getCredential

        protected Credential getCredential​(org.jdom.Element xml)
      • getElementFrom

        public org.jdom.Element getElementFrom​(StorageAccount acct,
                                               boolean includeCredentials,
                                               boolean includeHiddenOptions)
        Description copied from interface: StorageAccountProviderBinding
        This method builds an xml element from the arg StorageAccount.
        Specified by:
        getElementFrom in interface StorageAccountProviderBinding
        Parameters:
        acct - from whence xml will be built
        includeCredentials - flag indicating inclusion of credentials in xml
        includeHiddenOptions - flag indicating inclusion of hidden options in xml
        Returns:
        xml element