Class IsTOTPEnabledDto
- java.lang.Object
-
- org.springframework.hateoas.RepresentationModel<IsTOTPEnabledDto>
-
- tv.hd3g.authkit.mod.dto.ressource.IsTOTPEnabledDto
-
public class IsTOTPEnabledDto extends org.springframework.hateoas.RepresentationModel<IsTOTPEnabledDto>
-
-
Constructor Summary
Constructors Constructor Description IsTOTPEnabledDto(Credential credential)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)inthashCode()booleanisTwoAuthEnabled()
-
-
-
Constructor Detail
-
IsTOTPEnabledDto
public IsTOTPEnabledDto(Credential credential)
-
-
Method Detail
-
isTwoAuthEnabled
public boolean isTwoAuthEnabled()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classorg.springframework.hateoas.RepresentationModel<IsTOTPEnabledDto>
-
equals
public boolean equals(Object obj)
- Overrides:
equalsin classorg.springframework.hateoas.RepresentationModel<IsTOTPEnabledDto>
-
-