Uses of Interface
org.apache.ignite.plugin.security.SecuritySubject
-
Packages that use SecuritySubject Package Description org.apache.ignite.internal.processors.authentication org.apache.ignite.internal.processors.cache.persistence.wal.reader org.apache.ignite.internal.processors.security org.apache.ignite.spi Contains common classes and interfaces for SPI implementations. -
-
Uses of SecuritySubject in org.apache.ignite.internal.processors.authentication
Methods in org.apache.ignite.internal.processors.authentication that return SecuritySubject Modifier and Type Method Description SecuritySubjectIgniteAuthenticationProcessor. authenticatedSubject(UUID subjId)Gets authenticated node subject.Methods in org.apache.ignite.internal.processors.authentication that return types with arguments of type SecuritySubject Modifier and Type Method Description Collection<SecuritySubject>IgniteAuthenticationProcessor. authenticatedSubjects()Gets collection of authenticated nodes. -
Uses of SecuritySubject in org.apache.ignite.internal.processors.cache.persistence.wal.reader
Methods in org.apache.ignite.internal.processors.cache.persistence.wal.reader that return SecuritySubject Modifier and Type Method Description SecuritySubjectStandaloneSpiContext. authenticatedSubject(UUID subjId)Gets security subject based on subject ID.Methods in org.apache.ignite.internal.processors.cache.persistence.wal.reader that return types with arguments of type SecuritySubject Modifier and Type Method Description Collection<SecuritySubject>StandaloneSpiContext. authenticatedSubjects()Gets collection of authenticated subjects together with their permissions. -
Uses of SecuritySubject in org.apache.ignite.internal.processors.security
Methods in org.apache.ignite.internal.processors.security that return SecuritySubject Modifier and Type Method Description SecuritySubjectGridSecurityProcessor. authenticatedSubject(UUID subjId)Gets authenticated node subject.SecuritySubjectIgniteSecurity. authenticatedSubject(UUID subjId)Delegates call toGridSecurityProcessor.authenticatedSubject(UUID)SecuritySubjectIgniteSecurityProcessor. authenticatedSubject(UUID subjId)Delegates call toGridSecurityProcessor.authenticatedSubject(UUID)SecuritySubjectNoOpIgniteSecurityProcessor. authenticatedSubject(UUID subjId)Delegates call toGridSecurityProcessor.authenticatedSubject(UUID)SecuritySubjectSecurityContext. subject()Methods in org.apache.ignite.internal.processors.security that return types with arguments of type SecuritySubject Modifier and Type Method Description Collection<SecuritySubject>GridSecurityProcessor. authenticatedSubjects()Gets collection of authenticated nodes.Collection<SecuritySubject>IgniteSecurity. authenticatedSubjects()Delegates call toGridSecurityProcessor.authenticatedSubjects()Collection<SecuritySubject>IgniteSecurityProcessor. authenticatedSubjects()Delegates call toGridSecurityProcessor.authenticatedSubjects()Collection<SecuritySubject>NoOpIgniteSecurityProcessor. authenticatedSubjects()Delegates call toGridSecurityProcessor.authenticatedSubjects() -
Uses of SecuritySubject in org.apache.ignite.spi
Methods in org.apache.ignite.spi that return SecuritySubject Modifier and Type Method Description SecuritySubjectIgniteSpiContext. 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.
-