Uses of Class
org.eclipse.milo.opcua.stack.core.types.structured.UserTokenPolicy
Packages that use UserTokenPolicy
-
Uses of UserTokenPolicy in org.eclipse.milo.opcua.stack.core.types.structured
Methods in org.eclipse.milo.opcua.stack.core.types.structured that return UserTokenPolicyModifier and TypeMethodDescriptionUserTokenPolicy.Codec.decodeType(EncodingContext context, UaDecoder decoder) UserTokenPolicy @Nullable []EndpointDescription.getUserIdentityTokens()PubSubKeyPushTargetDataType.getUserTokenType()Methods in org.eclipse.milo.opcua.stack.core.types.structured that return types with arguments of type UserTokenPolicyMethods in org.eclipse.milo.opcua.stack.core.types.structured with parameters of type UserTokenPolicyModifier and TypeMethodDescriptionvoidUserTokenPolicy.Codec.encodeType(EncodingContext context, UaEncoder encoder, UserTokenPolicy value) Constructors in org.eclipse.milo.opcua.stack.core.types.structured with parameters of type UserTokenPolicyModifierConstructorDescriptionEndpointDescription(@Nullable String endpointUrl, ApplicationDescription server, ByteString serverCertificate, MessageSecurityMode securityMode, @Nullable String securityPolicyUri, UserTokenPolicy @Nullable [] userIdentityTokens, @Nullable String transportProfileUri, UByte securityLevel) PubSubKeyPushTargetDataType(@Nullable String applicationUri, String @Nullable [] pushTargetFolder, @Nullable String endpointUrl, @Nullable String securityPolicyUri, UserTokenPolicy userTokenType, UShort requestedKeyCount, Double retryInterval, KeyValuePair @Nullable [] pushTargetProperties, String @Nullable [] securityGroups)