Package com.gigaspaces.security.service
Interface RemoteSecuredService
- All Superinterfaces:
Remote
- All Known Subinterfaces:
IRemoteSpace
- All Known Implementing Classes:
LRMISpaceImpl,SpaceImpl
Internal remote method calls to a secured service.
- Since:
- 7.0.1
- Author:
- Moran Avigdor
-
Method Summary
Modifier and TypeMethodDescriptionlogin(SecurityContext securityContext) Login to a secured service using the providedSecurityContext
-
Method Details
-
login
Login to a secured service using the providedSecurityContext- Parameters:
securityContext- security context to be used for authentication.- Throws:
RemoteException- communication-related exceptions that may occur during the execution of a remote method call.
-