public class UserNameIdentityToken extends UserIdentityToken
| Modifier and Type | Class and Description |
|---|---|
static class |
UserNameIdentityToken.Builder |
static class |
UserNameIdentityToken.Fields |
Structure.MapKind<T>UaNamespaceTranslateable.Context| Modifier and Type | Field and Description |
|---|---|
static StructureSpecification |
SPECIFICATION |
| Modifier | Constructor and Description |
|---|---|
|
UserNameIdentityToken() |
|
UserNameIdentityToken(String f_userName,
ByteString f_password,
String f_encryptionAlgorithm) |
|
UserNameIdentityToken(String f_policyId,
String f_userName,
ByteString f_password,
String f_encryptionAlgorithm) |
protected |
UserNameIdentityToken(UaDataTypeSpecification specification) |
| Modifier and Type | Method and Description |
|---|---|
static UserNameIdentityToken.Builder |
builder() |
UserNameIdentityToken |
clone()
Clones the Structure.
|
String |
getEncryptionAlgorithm() |
ByteString |
getPassword() |
String |
getUserName() |
void |
setEncryptionAlgorithm(String value) |
void |
setPassword(ByteString value) |
void |
setUserName(String value) |
UserNameIdentityToken.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 UserNameIdentityToken()
protected UserNameIdentityToken(UaDataTypeSpecification specification)
public UserNameIdentityToken(String f_userName, ByteString f_password, String f_encryptionAlgorithm)
public UserNameIdentityToken(String f_policyId, String f_userName, ByteString f_password, String f_encryptionAlgorithm)
public String getUserName()
public void setUserName(String value)
public ByteString getPassword()
public void setPassword(ByteString value)
public String getEncryptionAlgorithm()
public void setEncryptionAlgorithm(String value)
public UserNameIdentityToken clone()
AbstractStructureCloneNotSupportedException
as all Structures must be cloneable.clone in interface Structureclone in class UserIdentityTokenpublic static UserNameIdentityToken.Builder builder()
public UserNameIdentityToken.Builder toBuilder()
Structure#getClass() as this one.toBuilder in interface StructuretoBuilder in class UserIdentityTokenCopyright © 2026. All rights reserved.