public class IssuedIdentityToken extends UserIdentityToken
| Modifier and Type | Class and Description |
|---|---|
static class |
IssuedIdentityToken.Builder |
static class |
IssuedIdentityToken.Fields |
Structure.MapKind<T>UaNamespaceTranslateable.Context| Modifier and Type | Field and Description |
|---|---|
static StructureSpecification |
SPECIFICATION |
| Modifier | Constructor and Description |
|---|---|
|
IssuedIdentityToken() |
|
IssuedIdentityToken(ByteString f_tokenData,
String f_encryptionAlgorithm) |
|
IssuedIdentityToken(String f_policyId,
ByteString f_tokenData,
String f_encryptionAlgorithm) |
protected |
IssuedIdentityToken(UaDataTypeSpecification specification) |
| Modifier and Type | Method and Description |
|---|---|
static IssuedIdentityToken.Builder |
builder() |
IssuedIdentityToken |
clone()
Clones the Structure.
|
String |
getEncryptionAlgorithm() |
ByteString |
getTokenData() |
void |
setEncryptionAlgorithm(String value) |
void |
setTokenData(ByteString value) |
IssuedIdentityToken.Builder |
toBuilder()
Returns a builder with the data of this Structure pre-set.
|
getPolicyId, setPolicyIdbuilderclear, equals, forEachField, forEachField, get, get, hashCode, indexGet, indexSet, set, set, specification, toFieldNamesMap, toFieldNamesMap, toFieldsMap, toFieldsMap, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitreduceFields, reduceFields, toMap, withTranslatedNamespacespublic static final StructureSpecification SPECIFICATION
public IssuedIdentityToken()
protected IssuedIdentityToken(UaDataTypeSpecification specification)
public IssuedIdentityToken(ByteString f_tokenData, String f_encryptionAlgorithm)
public IssuedIdentityToken(String f_policyId, ByteString f_tokenData, String f_encryptionAlgorithm)
public ByteString getTokenData()
public void setTokenData(ByteString value)
public String getEncryptionAlgorithm()
public void setEncryptionAlgorithm(String value)
public IssuedIdentityToken clone()
AbstractStructureCloneNotSupportedException
as all Structures must be cloneable.clone in interface Structureclone in class UserIdentityTokenpublic static IssuedIdentityToken.Builder builder()
public IssuedIdentityToken.Builder toBuilder()
Structure#getClass() as this one.toBuilder in interface StructuretoBuilder in class UserIdentityTokenCopyright © 2026. All rights reserved.