Interface IdentityInfoEntity

All Superinterfaces:
Entity, HasRevision
All Known Implementing Classes:
IdentityInfoEntityImpl

public interface IdentityInfoEntity extends Entity, HasRevision
Author:
Tom Baeyens
  • Field Details

  • Method Details

    • getType

      String getType()
    • setType

      void setType(String type)
    • getUserId

      String getUserId()
    • setUserId

      void setUserId(String userId)
    • getKey

      String getKey()
    • setKey

      void setKey(String key)
    • getValue

      String getValue()
    • setValue

      void setValue(String value)
    • getPasswordBytes

      byte[] getPasswordBytes()
    • setPasswordBytes

      void setPasswordBytes(byte[] passwordBytes)
    • getPassword

      String getPassword()
    • setPassword

      void setPassword(String password)
    • getName

      String getName()
    • getUsername

      String getUsername()
    • getParentId

      String getParentId()
    • setParentId

      void setParentId(String parentId)
    • getDetails

      Map<String,String> getDetails()
    • setDetails

      void setDetails(Map<String,String> details)