Class WarlockUserAuthnService.Item
-
- All Implemented Interfaces:
public class WarlockUserAuthnService.Item
-
-
Constructor Summary
Constructors Constructor Description WarlockUserAuthnService.Item()
-
Method Summary
Modifier and Type Method Description StringgetUsername()voidsetUsername(String username)StringgetAuthType()voidsetAuthType(String authType)LocalDateTimegetExpiredDt()voidsetExpiredDt(LocalDateTime expiredDt)intgetFailedCnt()voidsetFailedCnt(int failedCnt)booleanequals(@Nullable() Object o)inthashCode()StringtoString()-
-
Method Detail
-
getUsername
String getUsername()
-
setUsername
void setUsername(String username)
-
getAuthType
String getAuthType()
-
setAuthType
void setAuthType(String authType)
-
getExpiredDt
LocalDateTime getExpiredDt()
-
setExpiredDt
void setExpiredDt(LocalDateTime expiredDt)
-
getFailedCnt
int getFailedCnt()
-
setFailedCnt
void setFailedCnt(int failedCnt)
-
hashCode
int hashCode()
-
-
-
-