Uses of Enum
org.apache.plc4x.java.opcua.readwrite.UserTokenType
Packages that use UserTokenType
-
Uses of UserTokenType in org.apache.plc4x.java.opcua.readwrite
Fields in org.apache.plc4x.java.opcua.readwrite declared as UserTokenTypeMethods in org.apache.plc4x.java.opcua.readwrite that return UserTokenTypeModifier and TypeMethodDescriptionstatic UserTokenTypeUserTokenType.enumForValue(long value) UserTokenPolicy.getTokenType()static UserTokenTypeReturns 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.Constructors in org.apache.plc4x.java.opcua.readwrite with parameters of type UserTokenTypeModifierConstructorDescriptionUserTokenPolicy(PascalString policyId, UserTokenType tokenType, PascalString issuedTokenType, PascalString issuerEndpointUrl, PascalString securityPolicyUri) UserTokenPolicyBuilder(PascalString policyId, UserTokenType tokenType, PascalString issuedTokenType, PascalString issuerEndpointUrl, PascalString securityPolicyUri)