Uses of Class
org.openjdk.jmc.common.security.SecurityException
Packages that use SecurityException
-
Uses of SecurityException in org.openjdk.jmc.common.security
Subclasses of SecurityException in org.openjdk.jmc.common.securityModifier and TypeClassDescriptionclass
Exception thrown when an action is not permittedclass
Exception thrown when credentials cannot be loadedclass
Methods in org.openjdk.jmc.common.security that throw SecurityExceptionModifier and TypeMethodDescriptionvoid
ISecurityManager.changeMasterPassword()
Triggers a change of the master password.Returns a stored objectICredentials.getPassword()
PersistentCredentials.getPassword()
ICredentials.getUsername()
PersistentCredentials.getUsername()
void
ISecurityManager.setEncryptionCipher
(String encryptionCipher) Sets the encryption ciphers to use.ISecurityManager.store
(byte... value) ISecurityManager.storeInFamily
(String family, byte... value) ISecurityManager.storeInFamily
(String family, String... value) void
ISecurityManager.storeWithKey
(String key, byte... value) void
ISecurityManager.storeWithKey
(String key, String... value) Returns a stored object and removes it from the security managerConstructors in org.openjdk.jmc.common.security that throw SecurityExceptionModifierConstructorDescriptionPersistentCredentials
(String username, String password) PersistentCredentials
(String username, String password, String family)