Class RequiredCredentialEntity


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

      • input

        protected boolean input
      • secret

        protected boolean secret
      • formLabel

        protected String formLabel
    • Constructor Detail

      • RequiredCredentialEntity

        public RequiredCredentialEntity()
    • Method Detail

      • setRealm

        public void setRealm​(RealmEntity realm)
      • getType

        public String getType()
      • setType

        public void setType​(String type)
      • isInput

        public boolean isInput()
      • setInput

        public void setInput​(boolean input)
      • isSecret

        public boolean isSecret()
      • setSecret

        public void setSecret​(boolean secret)
      • getFormLabel

        public String getFormLabel()
      • setFormLabel

        public void setFormLabel​(String formLabel)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object