Uses of Class
org.apache.plc4x.java.opcua.readwrite.UserTokenType
-
Packages that use UserTokenType Package Description org.apache.plc4x.java.opcua.readwrite -
-
Uses of UserTokenType in org.apache.plc4x.java.opcua.readwrite
Fields in org.apache.plc4x.java.opcua.readwrite declared as UserTokenType Modifier and Type Field Description protected UserTokenTypeUserTokenPolicy. tokenTypeMethods in org.apache.plc4x.java.opcua.readwrite that return UserTokenType Modifier and Type Method Description static UserTokenTypeUserTokenType. enumForValue(long value)UserTokenTypeUserTokenPolicy. getTokenType()static UserTokenTypeUserTokenType. 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.Constructors in org.apache.plc4x.java.opcua.readwrite with parameters of type UserTokenType Constructor Description UserTokenPolicy(PascalString policyId, UserTokenType tokenType, PascalString issuedTokenType, PascalString issuerEndpointUrl, PascalString securityPolicyUri)UserTokenPolicyBuilderImpl(PascalString policyId, UserTokenType tokenType, PascalString issuedTokenType, PascalString issuerEndpointUrl, PascalString securityPolicyUri)
-