- SecCopyErrorMessageString(int, Pointer) - Method in interface com.microsoft.aad.msal4jextensions.persistence.mac.ISecurityLibrary
-
Returns a string explaining the meaning of a security result code.
- SecKeychainAddGenericPassword(Pointer, int, byte[], int, byte[], int, byte[], Pointer) - Method in interface com.microsoft.aad.msal4jextensions.persistence.mac.ISecurityLibrary
-
Adds a new generic password to a keychain.
- SecKeychainFindGenericPassword(Pointer, int, byte[], int, byte[], int[], Pointer[], Pointer[]) - Method in interface com.microsoft.aad.msal4jextensions.persistence.mac.ISecurityLibrary
-
Finds the first generic password based on the attributes passed.
- SecKeychainItemDelete(Pointer) - Method in interface com.microsoft.aad.msal4jextensions.persistence.mac.ISecurityLibrary
-
Deletes a keychain item from the default keychain’s permanent data store.
- SecKeychainItemFreeContent(Pointer[], Pointer) - Method in interface com.microsoft.aad.msal4jextensions.persistence.mac.ISecurityLibrary
-
Releases the memory used by the keychain attribute list and the keychain data.
- SecKeychainItemModifyContent(Pointer, Pointer, int, byte[]) - Method in interface com.microsoft.aad.msal4jextensions.persistence.mac.ISecurityLibrary
-
Updates an existing keychain item after changing its attributes and/or data.
- secret_password_clear_sync(Pointer, Pointer, Pointer[], String, String, String, String, Pointer) - Method in interface com.microsoft.aad.msal4jextensions.persistence.linux.ISecurityLibrary
-
Remove unlocked matching passwords from the secret service
- secret_password_lookup_sync(Pointer, Pointer, Pointer[], String, String, String, String, Pointer) - Method in interface com.microsoft.aad.msal4jextensions.persistence.linux.ISecurityLibrary
-
Lookup a password in the secret service
- secret_password_store_sync(Pointer, String, String, String, Pointer, Pointer[], String, String, String, String, Pointer) - Method in interface com.microsoft.aad.msal4jextensions.persistence.linux.ISecurityLibrary
-
Store a password in the secret service
- secret_schema_new(String, int, String, int, String, int, Pointer) - Method in interface com.microsoft.aad.msal4jextensions.persistence.linux.ISecurityLibrary
-
Creates a schema for saving secret, it represents a set of attributes that are stored with it
- setLinuxKeyring(String, String, String, String, String, String, String) - Method in class com.microsoft.aad.msal4jextensions.PersistenceSettings.Builder
-
Augments this builder with Linux KeyRing settings.
- setLinuxUseUnprotectedFileAsCacheStorage(boolean) - Method in class com.microsoft.aad.msal4jextensions.PersistenceSettings.Builder
-
Augments this builder with linux persistence settings to
use unprotected file as Cache storage.
- setLockRetry(int, int) - Method in class com.microsoft.aad.msal4jextensions.PersistenceSettings.Builder
-
Augments this builder with lock retry settings.
- setMacKeychain(String, String) - Method in class com.microsoft.aad.msal4jextensions.PersistenceSettings.Builder
-
Augments this builder with mac keychain settings.