|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UserTokenPolicy | |
|---|---|
| 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 UserTokenPolicy in org.opcfoundation.ua.application |
|---|
| Fields in org.opcfoundation.ua.application with type parameters of type UserTokenPolicy | |
|---|---|
protected List<UserTokenPolicy> |
Server.userTokenPolicies
User Token Policies |
| Methods in org.opcfoundation.ua.application that return UserTokenPolicy | |
|---|---|
UserTokenPolicy[] |
Server.getUserTokenPolicies()
Getter for the field userTokenPolicies. |
| Methods in org.opcfoundation.ua.application with parameters of type UserTokenPolicy | |
|---|---|
void |
Server.addUserTokenPolicy(UserTokenPolicy policy)
addUserTokenPolicy. |
void |
Server.removeUserTokenPolicy(UserTokenPolicy policy)
removeUserTokenPolicy. |
| Uses of UserTokenPolicy in org.opcfoundation.ua.core |
|---|
| Fields in org.opcfoundation.ua.core declared as UserTokenPolicy | |
|---|---|
static UserTokenPolicy |
UserTokenPolicy.ANONYMOUS
|
static UserTokenPolicy |
UserTokenPolicy.SECURE_CERTIFICATE
|
static UserTokenPolicy |
UserTokenPolicy.SECURE_CERTIFICATE_BASIC256
|
static UserTokenPolicy |
UserTokenPolicy.SECURE_USERNAME_PASSWORD
|
static UserTokenPolicy |
UserTokenPolicy.SECURE_USERNAME_PASSWORD_BASIC256
|
protected UserTokenPolicy[] |
EndpointDescription.UserIdentityTokens
|
| Methods in org.opcfoundation.ua.core that return UserTokenPolicy | |
|---|---|
UserTokenPolicy |
UserTokenPolicy.clone()
Deep clone |
UserTokenPolicy |
EndpointDescription.findUserTokenPolicy(String policyId)
Finds the user token policy with the specified id. |
UserTokenPolicy |
EndpointDescription.findUserTokenPolicy(UserTokenType type)
Finds UserTokenPolicy of given type that this stack can encrypt |
UserTokenPolicy[] |
EndpointDescription.getUserIdentityTokens()
|
| Methods in org.opcfoundation.ua.core with parameters of type UserTokenPolicy | |
|---|---|
void |
EndpointDescription.setUserIdentityTokens(UserTokenPolicy[] UserIdentityTokens)
|
| Constructors in org.opcfoundation.ua.core with parameters of type UserTokenPolicy | |
|---|---|
EndpointDescription(String EndpointUrl,
ApplicationDescription Server,
ByteString ServerCertificate,
MessageSecurityMode SecurityMode,
String SecurityPolicyUri,
UserTokenPolicy[] UserIdentityTokens,
String TransportProfileUri,
UnsignedByte SecurityLevel)
|
|
| Uses of UserTokenPolicy in org.opcfoundation.ua.utils |
|---|
| Methods in org.opcfoundation.ua.utils with parameters of type UserTokenPolicy | |
|---|---|
static boolean |
EndpointUtil.containsSecureUserTokenPolicy(UserTokenPolicy[] userIdentityTokens)
containsSecureUserTokenPolicy. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||