|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opcfoundation.ua.utils.AbstractStructure
org.opcfoundation.ua.core.EndpointDescription
public class EndpointDescription
Endpoint Description
for utility methods| Field Summary | |
|---|---|
static ExpandedNodeId |
BINARY
|
protected String |
EndpointUrl
|
static ExpandedNodeId |
ID
|
protected UnsignedByte |
SecurityLevel
|
protected MessageSecurityMode |
SecurityMode
|
protected String |
SecurityPolicyUri
|
protected ApplicationDescription |
Server
|
protected ByteString |
ServerCertificate
|
protected String |
TransportProfileUri
|
protected UserTokenPolicy[] |
UserIdentityTokens
|
static ExpandedNodeId |
XML
|
| Constructor Summary | |
|---|---|
EndpointDescription()
|
|
EndpointDescription(String EndpointUrl,
ApplicationDescription Server,
ByteString ServerCertificate,
MessageSecurityMode SecurityMode,
String SecurityPolicyUri,
UserTokenPolicy[] UserIdentityTokens,
String TransportProfileUri,
UnsignedByte SecurityLevel)
|
|
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final ExpandedNodeId ID
public static final ExpandedNodeId BINARY
public static final ExpandedNodeId XML
protected String EndpointUrl
protected ApplicationDescription Server
protected ByteString ServerCertificate
protected MessageSecurityMode SecurityMode
protected String SecurityPolicyUri
protected UserTokenPolicy[] UserIdentityTokens
protected String TransportProfileUri
protected UnsignedByte SecurityLevel
| Constructor Detail |
|---|
public EndpointDescription()
public EndpointDescription(String EndpointUrl,
ApplicationDescription Server,
ByteString ServerCertificate,
MessageSecurityMode SecurityMode,
String SecurityPolicyUri,
UserTokenPolicy[] UserIdentityTokens,
String TransportProfileUri,
UnsignedByte SecurityLevel)
| Method Detail |
|---|
public String getEndpointUrl()
public void setEndpointUrl(String EndpointUrl)
public ApplicationDescription getServer()
public void setServer(ApplicationDescription Server)
public ByteString getServerCertificate()
public void setServerCertificate(ByteString ServerCertificate)
public MessageSecurityMode getSecurityMode()
public void setSecurityMode(MessageSecurityMode SecurityMode)
public String getSecurityPolicyUri()
public void setSecurityPolicyUri(String SecurityPolicyUri)
public UserTokenPolicy[] getUserIdentityTokens()
public void setUserIdentityTokens(UserTokenPolicy[] UserIdentityTokens)
public String getTransportProfileUri()
public void setTransportProfileUri(String TransportProfileUri)
public UnsignedByte getSecurityLevel()
public void setSecurityLevel(UnsignedByte SecurityLevel)
public EndpointDescription clone()
clone in interface Structureclone in class AbstractStructurepublic boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Object
public boolean supportsUserTokenType(EndpointDescription endpoint,
UserTokenType type)
endpoint - type -
public UserTokenPolicy findUserTokenPolicy(UserTokenType type)
type -
public UserTokenPolicy findUserTokenPolicy(String policyId)
policyId - policy id
public ExpandedNodeId getTypeId()
StructuregetTypeId.
getTypeId in interface StructureExpandedNodeId object.public ExpandedNodeId getXmlEncodeId()
StructuregetXmlEncodeId.
getXmlEncodeId in interface StructureExpandedNodeId object.public ExpandedNodeId getBinaryEncodeId()
StructuregetBinaryEncodeId.
getBinaryEncodeId in interface StructureExpandedNodeId object.public String toString()
toString in class Objectpublic boolean needsCertificate()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||