Uses of Record Class
io.datarouter.auth.model.dto.UserDeprovisioningStatusDto
Packages that use UserDeprovisioningStatusDto
-
Uses of UserDeprovisioningStatusDto in io.datarouter.auth.model.dto
Fields in io.datarouter.auth.model.dto declared as UserDeprovisioningStatusDtoModifier and TypeFieldDescriptionstatic UserDeprovisioningStatusDtoUserDeprovisioningStatusDto.DEPROVISIONEDstatic UserDeprovisioningStatusDtoUserDeprovisioningStatusDto.FLAGGEDstatic UserDeprovisioningStatusDtoUserDeprovisioningStatusDto.NO_RECORDstatic UserDeprovisioningStatusDtoUserDeprovisioningStatusDto.PROVISIONEDMethods in io.datarouter.auth.model.dto that return UserDeprovisioningStatusDtoModifier and TypeMethodDescriptionDeprovisionedUserDto.status()Returns the value of thestatusrecord component.Constructors in io.datarouter.auth.model.dto with parameters of type UserDeprovisioningStatusDtoModifierConstructorDescriptionDeprovisionedUserDto(String username, List<String> roles, UserDeprovisioningStatusDto status) Creates an instance of aDeprovisionedUserDtorecord class.