| Package | Description |
|---|---|
| org.eclipse.milo.opcua.stack.core.types.enumerated | |
| org.eclipse.milo.opcua.stack.core.types.structured |
| Modifier and Type | Method and Description |
|---|---|
UserTokenType |
UserTokenType.Codec.decode(SerializationContext context,
UaDecoder decoder) |
static @Nullable UserTokenType |
UserTokenType.from(int value) |
static UserTokenType |
UserTokenType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserTokenType[] |
UserTokenType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Class<UserTokenType> |
UserTokenType.Codec.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
UserTokenType.Codec.encode(SerializationContext context,
UaEncoder encoder,
UserTokenType value) |
| Modifier and Type | Method and Description |
|---|---|
UserTokenType |
UserTokenPolicy.getTokenType() |
| Constructor and Description |
|---|
UserTokenPolicy(String policyId,
UserTokenType tokenType,
String issuedTokenType,
String issuerEndpointUrl,
String securityPolicyUri) |
Copyright © 2025. All rights reserved.