Class UserTemplateWithCredentialAndAttributes

All Implemented Interfaces:
Attributes, User, UserWithAttributes, DirectoryEntity, User, UserWithAttributes, Serializable, Comparable<User>, Principal

public class UserTemplateWithCredentialAndAttributes extends UserTemplateWithAttributes
Predominantly used for the 'bulk' adding of users to Crowd.
See Also:
  • Constructor Details

    • UserTemplateWithCredentialAndAttributes

      public UserTemplateWithCredentialAndAttributes(String username, long directoryId, PasswordCredential credential)
    • UserTemplateWithCredentialAndAttributes

      public UserTemplateWithCredentialAndAttributes(User user, PasswordCredential credential)
    • UserTemplateWithCredentialAndAttributes

      public UserTemplateWithCredentialAndAttributes(User user, Map<String,Set<String>> attributes, PasswordCredential credential)
  • Method Details

    • getCredential

      public PasswordCredential getCredential()
    • getCredentialHistory

      public List<PasswordCredential> getCredentialHistory()
    • getCreatedDate

      public Date getCreatedDate()
    • setCreatedDate

      public void setCreatedDate(Date createdDate)
    • getUpdatedDate

      public Date getUpdatedDate()
    • setUpdatedDate

      public void setUpdatedDate(Date updatedDate)