Uses of Class
com.gigaspaces.security.service.SecurityContext
Packages that use SecurityContext
Package
Description
Service-side security auditing
Provides Space properties and security context services
Provides GigaSpaces client interface services
-
Uses of SecurityContext in com.gigaspaces.internal.client.cache
Methods in com.gigaspaces.internal.client.cache that return SecurityContextModifier and TypeMethodDescriptionAbstractSpaceCacheContainer.login(CredentialsProvider credentialsProvider) -
Uses of SecurityContext in com.gigaspaces.internal.client.spaceproxy
Methods in com.gigaspaces.internal.client.spaceproxy that return SecurityContext -
Uses of SecurityContext in com.gigaspaces.internal.lrmi.stubs
Methods in com.gigaspaces.internal.lrmi.stubs that return SecurityContextMethods in com.gigaspaces.internal.lrmi.stubs with parameters of type SecurityContext -
Uses of SecurityContext in com.gigaspaces.internal.server.space
Methods in com.gigaspaces.internal.server.space that return SecurityContextMethods in com.gigaspaces.internal.server.space with parameters of type SecurityContextModifier and TypeMethodDescriptionvoidSpaceEngine.beforeAuthentication(SecurityContext securityContext) Invokes the "before-authentication" filter.SpaceImpl.login(SecurityContext securityContext) -
Uses of SecurityContext in com.gigaspaces.security.audit
Methods in com.gigaspaces.security.audit with parameters of type SecurityContextModifier and TypeMethodDescriptionvoidLoggerSecurityAudit.accessDenied(SecurityContext securityContext, SessionDetails sessionDetails, Privilege privilege, String className) Audit access denied events as WARNINGvoidSecurityAudit.accessDenied(SecurityContext securityContext, SessionDetails sessionDetails, Privilege privilege, String className) Callback on access denied for a Space operation.voidLoggerSecurityAudit.accessGranted(SecurityContext securityContext, SessionDetails sessionDetails, Privilege privilege, String className) Audit access granted events as FINEvoidSecurityAudit.accessGranted(SecurityContext securityContext, SessionDetails sessionDetails, Privilege privilege, String className) Callback on access granted for a Space operation.voidLoggerSecurityAudit.authenticationFailed(SecurityContext securityContext, AuthenticationException authenticationException) Audit authentication failed events as SEVEREvoidSecurityAudit.authenticationFailed(SecurityContext securityContext, AuthenticationException authenticationException) Callback upon authentication failure.voidLoggerSecurityAudit.authenticationSuccessful(SecurityContext in, SecurityContext out) Audit authentication successful events as INFOvoidSecurityAudit.authenticationSuccessful(SecurityContext in, SecurityContext out) Callback upon authentication success. -
Uses of SecurityContext in com.gigaspaces.security.service
Methods in com.gigaspaces.security.service that return SecurityContextModifier and TypeMethodDescriptionSecurityInterceptor.authenticate(SecurityContext securityContext) Authenticates the users' details (username and password) specified as part of the security-context against the underlyingSecurityManager.RemoteSecuredService.login(SecurityContext securityContext) Login to a secured service using the providedSecurityContextSecuredService.login(CredentialsProvider credentialsProvider) Login to a secured service using the providedcredentialsProvider.Methods in com.gigaspaces.security.service with parameters of type SecurityContextModifier and TypeMethodDescriptionSecurityInterceptor.authenticate(SecurityContext securityContext) Authenticates the users' details (username and password) specified as part of the security-context against the underlyingSecurityManager.static voidSecurityContextAccessor.fillSecurityContext(SecurityContext securityContext, SessionDetails sessionDetails) Fill security context to be passed into theISpaceFilteras part of theSpaceContext.voidSecurityInterceptor.intercept(SecurityContext securityContext, Privilege privilege, String className) Intercepts any requests against the provided authentication token and the privilege needed to access the resource.RemoteSecuredService.login(SecurityContext securityContext) Login to a secured service using the providedSecurityContextbooleanSecurityInterceptor.shouldBypassFilter(SecurityContext securityContext) If security context should not be passed to the filter or audit.Constructors in com.gigaspaces.security.service with parameters of type SecurityContextModifierConstructorDescriptionSecurityContext(SecurityContext securityContext) Security context constructed for subsequent session interaction. -
Uses of SecurityContext in com.gigaspaces.security.session
Constructors in com.gigaspaces.security.session with parameters of type SecurityContextModifierConstructorDescriptionSessionDetails(Authentication authentication, SecurityContext securityContext) -
Uses of SecurityContext in com.j_spaces.core
Methods in com.j_spaces.core that return SecurityContextModifier and TypeMethodDescriptionSpaceContext.getSecurityContext()static SecurityContextSpaceContextHelper.getSecurityContext(SpaceContext spaceContext) Helper method to extract a non-null security context from a space context.Methods in com.j_spaces.core with parameters of type SecurityContextConstructors in com.j_spaces.core with parameters of type SecurityContext -
Uses of SecurityContext in com.j_spaces.core.client
Methods in com.j_spaces.core.client that return SecurityContextModifier and TypeMethodDescriptionIProxySecurityManager.login(CredentialsProvider credentialsProvider) NullProxySecurityManager.login(CredentialsProvider credentialsProvider) SpaceProxySecurityManager.login(CredentialsProvider credentialsProvider)