|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UserTokenType | |
|---|---|
| org.opcfoundation.ua.core | All the code in this package are codegenerated. |
| Uses of UserTokenType in org.opcfoundation.ua.core |
|---|
| Fields in org.opcfoundation.ua.core declared as UserTokenType | |
|---|---|
protected UserTokenType |
UserTokenPolicy.TokenType
|
| Fields in org.opcfoundation.ua.core with type parameters of type UserTokenType | |
|---|---|
static EnumSet<UserTokenType> |
UserTokenType.ALL
|
static EnumSet<UserTokenType> |
UserTokenType.NONE
|
| Methods in org.opcfoundation.ua.core that return UserTokenType | |
|---|---|
UserTokenType |
UserTokenPolicy.getTokenType()
|
static UserTokenType |
UserTokenType.valueOf(int value)
|
static UserTokenType[] |
UserTokenType.valueOf(int[] value)
|
static UserTokenType |
UserTokenType.valueOf(Integer value)
|
static UserTokenType[] |
UserTokenType.valueOf(Integer[] value)
|
static UserTokenType |
UserTokenType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static UserTokenType |
UserTokenType.valueOf(UnsignedInteger value)
|
static UserTokenType[] |
UserTokenType.valueOf(UnsignedInteger[] value)
|
static UserTokenType[] |
UserTokenType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.opcfoundation.ua.core with parameters of type UserTokenType | |
|---|---|
UserTokenPolicy |
EndpointDescription.findUserTokenPolicy(UserTokenType type)
Finds UserTokenPolicy of given type that this stack can encrypt |
void |
UserTokenPolicy.setTokenType(UserTokenType TokenType)
|
boolean |
EndpointDescription.supportsUserTokenType(EndpointDescription endpoint,
UserTokenType type)
Tests whether the stack and the endpoint supports given token type. |
| Constructors in org.opcfoundation.ua.core with parameters of type UserTokenType | |
|---|---|
UserTokenPolicy(String PolicyId,
UserTokenType TokenType,
String IssuedTokenType,
String IssuerEndpointUrl,
String SecurityPolicyUri)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||