Class CredentialEntity


  • @Entity
    public class CredentialEntity
    extends Object
    Version:
    $Revision: 1 $
    Author:
    Bill Burke
    • Field Detail

      • userLabel

        protected String userLabel
      • createdDate

        protected Long createdDate
      • secretData

        protected String secretData
      • credentialData

        protected String credentialData
      • priority

        protected int priority
    • Constructor Detail

      • CredentialEntity

        public CredentialEntity()
    • Method Detail

      • getId

        public String getId()
      • setId

        public void setId​(String id)
      • getType

        public String getType()
      • setType

        public void setType​(String type)
      • getUserLabel

        public String getUserLabel()
      • setUserLabel

        public void setUserLabel​(String userLabel)
      • setUser

        public void setUser​(UserEntity user)
      • getSalt

        @Deprecated
        public byte[] getSalt()
        Deprecated.
      • setSalt

        @Deprecated
        public void setSalt​(byte[] salt)
        Deprecated.
      • getCreatedDate

        public Long getCreatedDate()
      • setCreatedDate

        public void setCreatedDate​(Long createdDate)
      • getSecretData

        public String getSecretData()
      • setSecretData

        public void setSecretData​(String secretData)
      • getCredentialData

        public String getCredentialData()
      • setCredentialData

        public void setCredentialData​(String credentialData)
      • getPriority

        public int getPriority()
      • setPriority

        public void setPriority​(int priority)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object