Uses of Class
org.apache.ignite.plugin.security.SecuritySubjectType
-
Packages that use SecuritySubjectType Package Description org.apache.ignite.plugin.security Contains APIs for security, authentication, and authorization. -
-
Uses of SecuritySubjectType in org.apache.ignite.plugin.security
Methods in org.apache.ignite.plugin.security that return SecuritySubjectType Modifier and Type Method Description static @Nullable SecuritySubjectType
SecuritySubjectType. fromOrdinal(byte ord)
Efficiently gets enumerated value from its ordinal.SecuritySubjectType
AuthenticationContext. subjectType()
Gets subject type.SecuritySubjectType
SecuritySubject. type()
Gets subject type for node.static SecuritySubjectType
SecuritySubjectType. valueOf(String name)
Returns the enum constant of this type with the specified name.static SecuritySubjectType[]
SecuritySubjectType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.ignite.plugin.security with parameters of type SecuritySubjectType Modifier and Type Method Description void
AuthenticationContext. subjectType(SecuritySubjectType subjType)
Sets subject type.
-