This method of the ClientStorageManager Class retrieves a principal's store.
public ClientStore getStoreForPrincipal(Principal principal, ClientStoragePermission data) throws IOExcetion;
Returns a store for the specified principal.
principal | The principal to obtain the store for. |
data | The default data to give to the principal if the principal does not have a store. |
IOException if an error occurs while allocating space for the store.