Uses of Interface
org.apache.ignite.plugin.security.SecuritySubject
-
Packages that use SecuritySubject Package Description org.apache.ignite.spi Contains common classes and interfaces for SPI implementations. -
-
Uses of SecuritySubject in org.apache.ignite.spi
Methods in org.apache.ignite.spi that return SecuritySubject Modifier and Type Method Description SecuritySubject
IgniteSpiContext. authenticatedSubject(UUID subjId)
Gets security subject based on subject ID.Methods in org.apache.ignite.spi that return types with arguments of type SecuritySubject Modifier and Type Method Description Collection<SecuritySubject>
IgniteSpiContext. authenticatedSubjects()
Gets collection of authenticated subjects together with their permissions.
-