Package | Description |
---|---|
com.gigaspaces.security |
Security
|
com.gigaspaces.security.fs | |
com.gigaspaces.security.openid | |
com.gigaspaces.security.spring |
Modifier and Type | Method and Description |
---|---|
DirectoryManager |
SecurityManager.createDirectoryManager(UserDetails userDetails)
Attempts to authenticate the passed user represented by
UserDetails , granting access
only for users that are allowed to manage the directory. |
Modifier and Type | Class and Description |
---|---|
class |
FileDirectoryManager
A file based
DirectoryManager responsible for managing users and roles stored in a file. |
Modifier and Type | Method and Description |
---|---|
DirectoryManager |
FileSecurityManager.createDirectoryManager(UserDetails userDetails) |
Modifier and Type | Method and Description |
---|---|
DirectoryManager |
OpenIdSecurityManager.createDirectoryManager(UserDetails userDetails)
Throws a
DirectoryAccessDeniedException on any attempt to manage the users/roles
using this API. |
Modifier and Type | Method and Description |
---|---|
DirectoryManager |
SpringSecurityManager.createDirectoryManager(UserDetails userDetails)
Throws a
DirectoryAccessDeniedException on any attempt to manage the users/roles
using this API. |
Copyright © GigaSpaces.