Class KeyManagerDTO


  • public class KeyManagerDTO
    extends Object
    KeyManagerDTO
    • Constructor Detail

      • KeyManagerDTO

        public KeyManagerDTO()
    • Method Detail

      • getName

        public String getName()
        Get name
        Returns:
        name
      • setName

        public void setName​(String name)
      • getType

        public String getType()
        Get type
        Returns:
        type
      • setType

        public void setType​(String type)
      • isEnabled

        public Boolean isEnabled()
        Get enabled
        Returns:
        enabled
      • setEnabled

        public void setEnabled​(Boolean enabled)
      • getTenantDomain

        public String getTenantDomain()
        Get tenantDomain
        Returns:
        tenantDomain
      • setTenantDomain

        public void setTenantDomain​(String tenantDomain)
      • getConfiguration

        public Object getConfiguration()
        Get _configuration
        Returns:
        _configuration
      • setConfiguration

        public void setConfiguration​(Object _configuration)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object