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 TypeClassDescriptionclassException thrown when an action is not permittedclassException thrown when credentials cannot be loadedclassMethods in org.openjdk.jmc.common.security that throw SecurityExceptionModifier and TypeMethodDescriptionvoidISecurityManager.changeMasterPassword()Triggers a change of the master password.Returns a stored objectICredentials.getPassword()PersistentCredentials.getPassword()ICredentials.getUsername()PersistentCredentials.getUsername()voidISecurityManager.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) voidISecurityManager.storeWithKey(String key, byte... value) voidISecurityManager.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)