Class UserDataEntity

    • Constructor Detail

      • UserDataEntity

        public UserDataEntity()
    • Method Detail

      • getValue

        public String getValue()
        Gets value for attribute value
      • setValue

        public void setValue​(String value)
        Sets value for attribute value
      • getUser

        public UserEntity getUser()
        Gets value for attribute user
      • setUser

        public void setUser​(UserEntity user)
        Sets value for attribute user
      • getDataType

        public MetaDataEntity getDataType()
        Gets value for attribute dataType
      • setDataType

        public void setDataType​(MetaDataEntity dataType)
        Sets value for attribute dataType
      • getId

        public Long getId()
        Gets value for attribute id
      • setId

        public void setId​(Long id)
        Sets value for attribute id
      • getBlobDataValue

        public byte[] getBlobDataValue()
        Gets value for attribute blobDataValue
      • setBlobDataValue

        public void setBlobDataValue​(byte[] blobDataValue)
        Sets value for attribute blobDataValue
      • isAllowed

        public abstract boolean isAllowed​(String permission)
        Operation isAllowed
        Parameters:
        permission -
        Returns:
      • getAttributeVisibility

        public abstract com.soffid.iam.api.AttributeVisibilityEnum getAttributeVisibility()
        Operation getAttributeVisibility Gets the visibility level for an attribue
        Returns:
      • getObjectValue

        public abstract Object getObjectValue()
        Operation getObjectValue
        Returns:
      • setObjectValue

        public abstract void setObjectValue​(Object value)
        Operation setObjectValue
        Parameters:
        value -
      • equals

        public boolean equals​(Object object)
        Returns true if the argument is an UserDataEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returns false otherwise.
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Returns a hash code based on this entity's identifiers.
        Overrides:
        hashCode in class Object