Interface PasswordStatusOrBuilder (0.1.0)

public interface PasswordStatusOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getLocked()

public abstract boolean getLocked()

If true, user does not have login privileges.

bool locked = 1;

Returns
Type Description
boolean

The locked.

getPasswordExpirationTime()

public abstract Timestamp getPasswordExpirationTime()

The expiration time of the current password.

.google.protobuf.Timestamp password_expiration_time = 2;

Returns
Type Description
Timestamp

The passwordExpirationTime.

getPasswordExpirationTimeOrBuilder()

public abstract TimestampOrBuilder getPasswordExpirationTimeOrBuilder()

The expiration time of the current password.

.google.protobuf.Timestamp password_expiration_time = 2;

Returns
Type Description
TimestampOrBuilder

hasPasswordExpirationTime()

public abstract boolean hasPasswordExpirationTime()

The expiration time of the current password.

.google.protobuf.Timestamp password_expiration_time = 2;

Returns
Type Description
boolean

Whether the passwordExpirationTime field is set.