org.opcfoundation.ua.core
Class UserNameIdentityToken

java.lang.Object
  extended by org.opcfoundation.ua.utils.AbstractStructure
      extended by org.opcfoundation.ua.core.UserIdentityToken
          extended by org.opcfoundation.ua.core.UserNameIdentityToken
All Implemented Interfaces:
Cloneable, Structure, IEncodeable

public class UserNameIdentityToken
extends UserIdentityToken


Field Summary
static ExpandedNodeId BINARY
           
protected  String EncryptionAlgorithm
           
static ExpandedNodeId ID
           
protected  ByteString Password
           
protected  String UserName
           
static ExpandedNodeId XML
           
 
Fields inherited from class org.opcfoundation.ua.core.UserIdentityToken
PolicyId
 
Constructor Summary
UserNameIdentityToken()
           
UserNameIdentityToken(String PolicyId, String UserName, ByteString Password, String EncryptionAlgorithm)
           
 
Method Summary
 UserNameIdentityToken clone()
          Deep clone
 boolean equals(Object obj)
           
 ExpandedNodeId getBinaryEncodeId()
          getBinaryEncodeId.
 String getEncryptionAlgorithm()
           
 ByteString getPassword()
           
 ExpandedNodeId getTypeId()
          getTypeId.
 String getUserName()
           
 ExpandedNodeId getXmlEncodeId()
          getXmlEncodeId.
 int hashCode()
           
 void setEncryptionAlgorithm(String EncryptionAlgorithm)
           
 void setPassword(ByteString Password)
           
 void setUserName(String UserName)
           
 String toString()
           
 
Methods inherited from class org.opcfoundation.ua.core.UserIdentityToken
getPolicyId, setPolicyId
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

ID

public static final ExpandedNodeId ID

BINARY

public static final ExpandedNodeId BINARY

XML

public static final ExpandedNodeId XML

UserName

protected String UserName

Password

protected ByteString Password

EncryptionAlgorithm

protected String EncryptionAlgorithm
Constructor Detail

UserNameIdentityToken

public UserNameIdentityToken()

UserNameIdentityToken

public UserNameIdentityToken(String PolicyId,
                             String UserName,
                             ByteString Password,
                             String EncryptionAlgorithm)
Method Detail

getUserName

public String getUserName()

setUserName

public void setUserName(String UserName)

getPassword

public ByteString getPassword()

setPassword

public void setPassword(ByteString Password)

getEncryptionAlgorithm

public String getEncryptionAlgorithm()

setEncryptionAlgorithm

public void setEncryptionAlgorithm(String EncryptionAlgorithm)

clone

public UserNameIdentityToken clone()
Deep clone

Specified by:
clone in interface Structure
Overrides:
clone in class UserIdentityToken
Returns:
cloned UserNameIdentityToken

equals

public boolean equals(Object obj)
Overrides:
equals in class UserIdentityToken

hashCode

public int hashCode()
Overrides:
hashCode in class UserIdentityToken

getTypeId

public ExpandedNodeId getTypeId()
Description copied from interface: Structure

getTypeId.

Specified by:
getTypeId in interface Structure
Overrides:
getTypeId in class UserIdentityToken
Returns:
a ExpandedNodeId object.

getXmlEncodeId

public ExpandedNodeId getXmlEncodeId()
Description copied from interface: Structure

getXmlEncodeId.

Specified by:
getXmlEncodeId in interface Structure
Overrides:
getXmlEncodeId in class UserIdentityToken
Returns:
a ExpandedNodeId object.

getBinaryEncodeId

public ExpandedNodeId getBinaryEncodeId()
Description copied from interface: Structure

getBinaryEncodeId.

Specified by:
getBinaryEncodeId in interface Structure
Overrides:
getBinaryEncodeId in class UserIdentityToken
Returns:
a ExpandedNodeId object.

toString

public String toString()
Overrides:
toString in class UserIdentityToken


Copyright © 2018. All rights reserved.