- remove(String, String, String, String) - Method in class eu.h2020.helios_social.core.security.HeliosAccessControlRulesTable
-
Remove a rule from the table of rules.
- removeAccessRules(String) - Method in class eu.h2020.helios_social.core.security.HeliosAccessControlRulesList
-
Remove fileID and access control table from list
- replaceAllRules(ArrayList<HeliosAccessControlRules>) - Method in class eu.h2020.helios_social.core.security.HeliosAccessControlRulesList
-
- requestAccess(String, String, String) - Method in class eu.h2020.helios_social.core.security.HeliosAccessControlManager
-
Check if the subject is allowed to perform the action with the object
- retrieveCertificate(String, String) - Method in interface eu.h2020.helios_social.core.security.HeliosKeyStore
-
Retrieves a certificate from the key store.
- retrieveCertificate(String, String) - Method in class eu.h2020.helios_social.core.security.HeliosKeyStoreManager
-
- retrievePrivateKey(String, String) - Method in interface eu.h2020.helios_social.core.security.HeliosKeyStore
-
Retrieves a private RSA key from the key store.
- retrievePrivateKey(String, String) - Method in class eu.h2020.helios_social.core.security.HeliosKeyStoreManager
-
- retrieveSecretKey(String, String) - Method in interface eu.h2020.helios_social.core.security.HeliosKeyStore
-
Retrieves an AES key from the key store.
- retrieveSecretKey(String, String) - Method in class eu.h2020.helios_social.core.security.HeliosKeyStoreManager
-
- rules - Variable in class eu.h2020.helios_social.core.security.HeliosAccessControlRules
-
- ruling(int) - Method in class eu.h2020.helios_social.core.security.HeliosAccessControlRulesTable
-
Return the ruling field of the i:th rule in the rule table.