|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UserIdentityToken | |
|---|---|
| org.opcfoundation.ua.application | The code in this package is for application developer. |
| org.opcfoundation.ua.core | All the code in this package are codegenerated. |
| org.opcfoundation.ua.utils | Utility classes |
| Uses of UserIdentityToken in org.opcfoundation.ua.application |
|---|
| Methods in org.opcfoundation.ua.application with parameters of type UserIdentityToken | |
|---|---|
ActivateSessionResponse |
SessionChannel.activate(UserIdentityToken identity,
SignatureData identitySignature)
Activate session. |
| Uses of UserIdentityToken in org.opcfoundation.ua.core |
|---|
| Subclasses of UserIdentityToken in org.opcfoundation.ua.core | |
|---|---|
class |
AnonymousIdentityToken
|
class |
IssuedIdentityToken
|
class |
UserNameIdentityToken
|
class |
X509IdentityToken
|
| Methods in org.opcfoundation.ua.core that return UserIdentityToken | |
|---|---|
UserIdentityToken |
UserIdentityToken.clone()
Deep clone |
| Uses of UserIdentityToken in org.opcfoundation.ua.utils |
|---|
| Methods in org.opcfoundation.ua.utils that return UserIdentityToken | |
|---|---|
static UserIdentityToken |
EndpointUtil.createAnonymousIdentityToken(EndpointDescription ep)
Create anonymous user identity token |
static UserIdentityToken |
EndpointUtil.createIssuedIdentityToken(EndpointDescription ep,
byte[] senderNonce,
byte[] issuedIdentityToken)
Create user identity token based on an issued token |
static UserIdentityToken |
EndpointUtil.createUserNameIdentityToken(EndpointDescription ep,
byte[] senderNonce,
String username,
String password)
Create user identity token based on username and password |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||