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
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    int
     
    boolean
     

    Methods inherited from class org.springframework.hateoas.RepresentationModel

    add, add, add, addAllIf, addIf, getLink, getLink, getLinks, getLinks, getLinks, getRequiredLink, getRequiredLink, hasLink, hasLink, hasLinks, mapLink, mapLinkIf, of, of, removeLinks, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • IsTOTPEnabledDto

      public IsTOTPEnabledDto(Credential credential)
  • Method Details

    • isTwoAuthEnabled

      public boolean isTwoAuthEnabled()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class org.springframework.hateoas.RepresentationModel<IsTOTPEnabledDto>
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class org.springframework.hateoas.RepresentationModel<IsTOTPEnabledDto>