Enum Class IdentityCriteriaType
java.lang.Object
java.lang.Enum<IdentityCriteriaType>
org.eclipse.milo.opcua.stack.core.types.enumerated.IdentityCriteriaType
- All Implemented Interfaces:
Serializable,Comparable<IdentityCriteriaType>,Constable,UaDataType,UaEnumeratedType
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe rule specifies Anonymous UserIdentityToken.The rule specifies the combination of an application identity and an Anonymous UserIdentityToken.The rule specifies any non Anonymous UserIdentityToken.The rule is a user group specified in the Access Token.The rule is a Role specified in an Access Token.The rule specifies the Thumbprint of a user or CA Certificate.The rule specifies any trusted application that has been authenticated with a trusted ApplicationInstance Certificate.The rule specifies a UserName from a UserNameIdentityToken.The rule specifies the X509 subject name of a user or CA Certificate. -
Method Summary
Modifier and TypeMethodDescriptionstatic EnumDefinitionstatic @Nullable IdentityCriteriaTypefrom(int value) Get theExpandedNodeIdidentifying this DataType.intgetValue()Get the numeric value associated with this enumerated value.static IdentityCriteriaTypeReturns the enum constant of this class with the specified name.static IdentityCriteriaType[]values()Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfMethods inherited from interface org.eclipse.milo.opcua.stack.core.types.UaDataType
getTypeNameMethods inherited from interface org.eclipse.milo.opcua.stack.core.types.UaEnumeratedType
getName
-
Enum Constant Details
-
UserName
The rule specifies a UserName from a UserNameIdentityToken. -
Thumbprint
The rule specifies the Thumbprint of a user or CA Certificate. -
Role
The rule is a Role specified in an Access Token. -
GroupId
The rule is a user group specified in the Access Token. -
Anonymous
The rule specifies Anonymous UserIdentityToken. -
AuthenticatedUser
The rule specifies any non Anonymous UserIdentityToken. -
Application
The rule specifies the combination of an application identity and an Anonymous UserIdentityToken. -
X509Subject
The rule specifies the X509 subject name of a user or CA Certificate. -
TrustedApplication
The rule specifies any trusted application that has been authenticated with a trusted ApplicationInstance Certificate.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getValue
public int getValue()Description copied from interface:UaEnumeratedTypeGet the numeric value associated with this enumerated value.- Specified by:
getValuein interfaceUaEnumeratedType- Returns:
- the numeric value associated with this enumerated value.
-
getTypeId
Description copied from interface:UaDataTypeGet theExpandedNodeIdidentifying this DataType.- Specified by:
getTypeIdin interfaceUaDataType- Returns:
- the
ExpandedNodeIdidentifying this DataType.
-
from
-
definition
-