public class UserSecret extends StaticEntity
| Constructor and Description |
|---|
UserSecret(Entity entity) |
UserSecret(EntityType entityType) |
UserSecret(String id,
EntityType entityType) |
| Modifier and Type | Method and Description |
|---|---|
int |
getFailedLoginAttempts() |
String |
getId() |
Instant |
getLastFailedAuthentication() |
String |
getSecret() |
String |
getUserId() |
void |
setFailedLoginAttempts(int failedLoginAttempts) |
void |
setId(String id) |
void |
setLastFailedAuthentication(Instant lastFailedAuthentication) |
void |
setSecret(String secret) |
void |
setUserId(String userId) |
get, getAttributeNames, getBoolean, getDouble, getEntities, getEntities, getEntity, getEntity, getEntityType, getIdValue, getInstant, getInt, getLabelValue, getLocalDate, getLong, getString, init, set, set, setIdValue, toStringpublic UserSecret(Entity entity)
public UserSecret(EntityType entityType)
public UserSecret(String id, EntityType entityType)
public String getId()
public void setId(String id)
public String getUserId()
public void setUserId(String userId)
public String getSecret()
public void setSecret(String secret)
public Instant getLastFailedAuthentication()
public void setLastFailedAuthentication(Instant lastFailedAuthentication)
public int getFailedLoginAttempts()
public void setFailedLoginAttempts(int failedLoginAttempts)
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.