Enum Authentication.AuthType (0.3.0)

public enum Authentication.AuthType extends Enum<Authentication.AuthType> implements ProtocolMessageEnum

Type of system the authentication event is associated with.

Protobuf enum google.backstory.Authentication.AuthType

Implements

ProtocolMessageEnum

Static Fields

Name Description
AUTHTYPE_UNSPECIFIED

The default type.

AUTHTYPE_UNSPECIFIED = 0;

AUTHTYPE_UNSPECIFIED_VALUE

The default type.

AUTHTYPE_UNSPECIFIED = 0;

MACHINE

A machine authentication.

MACHINE = 1;

MACHINE_VALUE

A machine authentication.

MACHINE = 1;

PHYSICAL

A Physical authentication (e.g. "Badge reader").

PHYSICAL = 4;

PHYSICAL_VALUE

A Physical authentication (e.g. "Badge reader").

PHYSICAL = 4;

SSO

An SSO authentication.

SSO = 2;

SSO_VALUE

An SSO authentication.

SSO = 2;

TACACS

A TACACS family protocol for networked systems authentication (e.g. TACACS, TACACS+).

TACACS = 5;

TACACS_VALUE

A TACACS family protocol for networked systems authentication (e.g. TACACS, TACACS+).

TACACS = 5;

UNRECOGNIZED
VPN

A VPN authentication.

VPN = 3;

VPN_VALUE

A VPN authentication.

VPN = 3;

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()