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