|
Search XAP 7.0
Offline Documentation
Download latest offline documentation in HTML format:
|
Summary: What's New, and migration steps
What's NewGigaSpaces XAP 7.0.1 security allows complete application security and finer grained manageability.
Migration StepsDefault Security FilterThe most comprehensive change is the deprecation of the DefaultSecurityFilter. The 7.0.1 Security is no longer based on a Space Filter, and has been extracted to its own layer. This alone serves the basis for a simpler security model, that can be extended and integrated with other security providers. If you have the DefaultSecurityFilter declared in pu.xml or in your Space schemas it should be removed. In general we print out a warning and ignore it. Old Security FileIf you have an old "users" security file (<GigaSpaces root>/security/default-users), we suggest to throw it and start from scratch! If you insist, we provide a migration tool.
The <GigaSpaces root>/security/default-users file created by the old security is now replaced by <GigaSpaces root>/security/gs-directory.fsm. This is the default security file a secured service will access. Security configurationThe old security configurations no longer apply. All configurations are done using properties declared in a properties file. -Dcom.gs.security.enabled = true
-Dcom.gs.security.properties-file = /opt/head/security/my-properties.properties
|
Migrating to 7.0.1 security
This documentation refers to product version 7.0
(None)

Add Comment