Interface UserWithAttributes

All Superinterfaces:
Attributes, Comparable<User>, DirectoryEntity, Principal, User, User, UserWithAttributes
All Known Implementing Classes:
DelegatingUserWithAttributes, ImmutableTimestampedUserWithAttributes, ImmutableUserWithAttributes, InternalUserWithAttributes, LDAPUserWithAttributes, UserEntity, UserTemplateWithAttributes, UserTemplateWithCredentialAndAttributes

public interface UserWithAttributes extends User, UserWithAttributes
Represents a user with attributes that exists in a directory. The order of the 'extends' statements is relevant, since DirectoryEntity.getDirectoryId() from User must shadow the deprecated method from User.