Uses of Class
org.apache.plc4x.java.opcua.readwrite.SecurityTokenRequestType
-
Packages that use SecurityTokenRequestType Package Description org.apache.plc4x.java.opcua.context org.apache.plc4x.java.opcua.readwrite -
-
Uses of SecurityTokenRequestType in org.apache.plc4x.java.opcua.context
Methods in org.apache.plc4x.java.opcua.context with parameters of type SecurityTokenRequestType Modifier and Type Method Description CompletableFuture<OpenSecureChannelResponse>SecureChannel. onConnectOpenSecureChannel(SecurityTokenRequestType securityTokenRequestType) -
Uses of SecurityTokenRequestType in org.apache.plc4x.java.opcua.readwrite
Fields in org.apache.plc4x.java.opcua.readwrite declared as SecurityTokenRequestType Modifier and Type Field Description protected SecurityTokenRequestTypeOpenSecureChannelRequest. requestTypeMethods in org.apache.plc4x.java.opcua.readwrite that return SecurityTokenRequestType Modifier and Type Method Description static SecurityTokenRequestTypeSecurityTokenRequestType. enumForValue(long value)SecurityTokenRequestTypeOpenSecureChannelRequest. getRequestType()static SecurityTokenRequestTypeSecurityTokenRequestType. valueOf(String name)Returns the enum constant of this type with the specified name.static SecurityTokenRequestType[]SecurityTokenRequestType. 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 SecurityTokenRequestType Constructor Description OpenSecureChannelRequest(ExtensionObjectDefinition requestHeader, long clientProtocolVersion, SecurityTokenRequestType requestType, MessageSecurityMode securityMode, PascalByteString clientNonce, long requestedLifetime)OpenSecureChannelRequestBuilderImpl(ExtensionObjectDefinition requestHeader, long clientProtocolVersion, SecurityTokenRequestType requestType, MessageSecurityMode securityMode, PascalByteString clientNonce, long requestedLifetime)
-