Interface AuthenticatorGroupsConfigOrBuilder (2.40.0)

public interface AuthenticatorGroupsConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEnabled()

public abstract boolean getEnabled()

Whether this cluster should return group membership lookups during authentication using a group of security groups.

bool enabled = 1;

Returns
TypeDescription
boolean

The enabled.

getSecurityGroup()

public abstract String getSecurityGroup()

The name of the security group-of-groups to be used. Only relevant if enabled = true.

string security_group = 2;

Returns
TypeDescription
String

The securityGroup.

getSecurityGroupBytes()

public abstract ByteString getSecurityGroupBytes()

The name of the security group-of-groups to be used. Only relevant if enabled = true.

string security_group = 2;

Returns
TypeDescription
ByteString

The bytes for securityGroup.