Class User

java.lang.Object
com.dmasone.identity.domain.model.User

@Entity public class User extends Object
Persistent user aggregate managed by the identity service.

The entity stores internal state such as password hash and lifecycle status. API-specific DTOs are generated from the OpenAPI contract and mapped through MapStruct instead of being exposed directly from the domain layer.

  • Constructor Details

    • User

      public User()