Uses of Enum Class
org.eclipse.milo.opcua.stack.core.types.enumerated.UserTokenType
Packages that use UserTokenType
Package
Description
-
Uses of UserTokenType in org.eclipse.milo.opcua.stack.core.types.enumerated
Methods in org.eclipse.milo.opcua.stack.core.types.enumerated that return UserTokenTypeModifier and TypeMethodDescriptionstatic @Nullable UserTokenTypeUserTokenType.from(int value) static UserTokenTypeReturns the enum constant of this class with the specified name.static UserTokenType[]UserTokenType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of UserTokenType in org.eclipse.milo.opcua.stack.core.types.structured
Methods in org.eclipse.milo.opcua.stack.core.types.structured that return UserTokenTypeConstructors in org.eclipse.milo.opcua.stack.core.types.structured with parameters of type UserTokenTypeModifierConstructorDescriptionUserTokenPolicy(@Nullable String policyId, UserTokenType tokenType, @Nullable String issuedTokenType, @Nullable String issuerEndpointUrl, @Nullable String securityPolicyUri)