public enum Authentication.AuthType extends Enum<Authentication.AuthType> implements ProtocolMessageEnumType of system the authentication event is associated with.
Protobuf enum google.backstory.Authentication.AuthType
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
AUTHTYPE_UNSPECIFIED |
The default type. |
AUTHTYPE_UNSPECIFIED_VALUE |
The default type. |
MACHINE |
A machine authentication. |
MACHINE_VALUE |
A machine authentication. |
PHYSICAL |
A Physical authentication (e.g. "Badge reader"). |
PHYSICAL_VALUE |
A Physical authentication (e.g. "Badge reader"). |
SSO |
An SSO authentication. |
SSO_VALUE |
An SSO authentication. |
TACACS |
A TACACS family protocol for networked systems authentication (e.g. TACACS, TACACS+). |
TACACS_VALUE |
A TACACS family protocol for networked systems authentication (e.g. TACACS, TACACS+). |
UNRECOGNIZED |
|
VPN |
A VPN authentication. |
VPN_VALUE |
A VPN authentication. |
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() |
|