Class IsExternalAuthDto

java.lang.Object
org.springframework.hateoas.RepresentationModel<IsExternalAuthDto>
tv.hd3g.authkit.mod.dto.ressource.IsExternalAuthDto

public class IsExternalAuthDto extends org.springframework.hateoas.RepresentationModel<IsExternalAuthDto>
  • 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

    • IsExternalAuthDto

      public IsExternalAuthDto(Credential credential)
  • Method Details

    • isExternalAuthEnabled

      public boolean isExternalAuthEnabled()
    • getDomain

      public String getDomain()
    • hashCode

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

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