public class IssuedIdentityToken extends UserIdentityToken implements UaStructure
| Modifier and Type | Class and Description |
|---|---|
static class |
IssuedIdentityToken.Codec |
| Modifier and Type | Field and Description |
|---|---|
static ExpandedNodeId |
BINARY_ENCODING_ID |
static ExpandedNodeId |
TYPE_ID |
static ExpandedNodeId |
XML_ENCODING_ID |
| Constructor and Description |
|---|
IssuedIdentityToken(String policyId,
ByteString tokenData,
String encryptionAlgorithm) |
| Modifier and Type | Method and Description |
|---|---|
ExpandedNodeId |
getBinaryEncodingId() |
String |
getEncryptionAlgorithm() |
ByteString |
getTokenData() |
ExpandedNodeId |
getTypeId() |
ExpandedNodeId |
getXmlEncodingId() |
getPolicyIdpublic static final ExpandedNodeId TYPE_ID
public static final ExpandedNodeId XML_ENCODING_ID
public static final ExpandedNodeId BINARY_ENCODING_ID
public IssuedIdentityToken(String policyId, ByteString tokenData, String encryptionAlgorithm)
public ExpandedNodeId getTypeId()
getTypeId in interface UaStructuregetTypeId in class UserIdentityTokenpublic ExpandedNodeId getXmlEncodingId()
getXmlEncodingId in interface UaStructuregetXmlEncodingId in class UserIdentityTokenpublic ExpandedNodeId getBinaryEncodingId()
getBinaryEncodingId in interface UaStructuregetBinaryEncodingId in class UserIdentityTokenpublic ByteString getTokenData()
public String getEncryptionAlgorithm()
Copyright © 2025. All rights reserved.