public enum UserTokenType extends Enum<UserTokenType> implements UaEnumeration
| Modifier and Type | Class and Description |
|---|---|
static class |
UserTokenType.Codec |
| Enum Constant and Description |
|---|
Anonymous |
Certificate |
IssuedToken |
UserName |
| Modifier and Type | Method and Description |
|---|---|
static @Nullable UserTokenType |
from(int value) |
static ExpandedNodeId |
getTypeId() |
int |
getValue() |
static UserTokenType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserTokenType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UserTokenType Anonymous
public static final UserTokenType UserName
public static final UserTokenType Certificate
public static final UserTokenType IssuedToken
public static UserTokenType[] values()
for (UserTokenType c : UserTokenType.values()) System.out.println(c);
public static UserTokenType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic int getValue()
getValue in interface UaEnumeration@Nullable public static @Nullable UserTokenType from(int value)
public static ExpandedNodeId getTypeId()
Copyright © 2025. All rights reserved.