Package org.systinet.wasp.admin.security

Contains structures and interface allowing to communicate with the WASP PStoreService administration service, which can manage the server-side security protected store.

See:
          Description

Interface Summary
PStoreService This interface represents component which provides management features for database of identities (UserStore) and certificate store (KeyStore).
 

Class Summary
Operation Contains principal name and ADD or REMOVE operation.
PermissionHelper This class helps to convert objects (their representaion) into identificators which are used to grant permissions and to convert identificators back to objects.
PermissionHelper.Holder This class is used as holder of object representation during decoding of it from identificator.
RawUserEntry User Entry but instead of map there is an array of property objects.
SecurityProviderInfo This class represents security provider.
UserProperty User property.
UserStoreProxy This class acts as a UserStore instance over PStoreService interface.
 

Package org.systinet.wasp.admin.security Description

Contains structures and interface allowing to communicate with the WASP PStoreService administration service, which can manage the server-side security protected store. URL of the PolicyManagement service is mentioned in WASP Server documentation. This service interface is used by WASP Console and the security tools.

Protected Store (PStore) Management

PStoreService interface represents the client side to the service that operates with WASP server PStore. This interface implements directly the PStore's KeyStore part. Server's user store can be overseen as UserStore using the UserStoreProxy class.

UserStoreProxy provides the UserStore implementation using the PStoreService.