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
{@link org.systinet.wasp.admin.security.PStoreService PStoreService} interface represents the client side to the service that operates with WASP server {@link org.idoox.security.pstore.PStore PStore}.
This interface implements directly the PStore's {@link org.idoox.security.pstore.KeyStore KeyStore} part. Server's user store
can be overseen as {@link org.idoox.security.pstore.UserStore UserStore} using the {@link org.systinet.wasp.admin.security.UserStoreProxy UserStoreProxy}
class.
{@link org.systinet.wasp.admin.security.UserStoreProxy UserStoreProxy} provides the {@link org.idoox.security.pstore.UserStore UserStore} implementation using the {@link org.systinet.wasp.admin.security.PStoreService PStoreService}.