Uses of Class
org.wildfly.security.keystore.AtomicLoadKeyStore.LoadKey
-
Uses of AtomicLoadKeyStore.LoadKey in org.wildfly.security.keystore
Methods in org.wildfly.security.keystore that return AtomicLoadKeyStore.LoadKeyModifier and TypeMethodDescriptionAtomicLoadKeyStore.revertibleLoad(InputStream inputStream, char[] password) Performs the same action asKeyStore.load(InputStream, char[])except aAtomicLoadKeyStore.LoadKeyis returned that can be used to revert the load.Methods in org.wildfly.security.keystore with parameters of type AtomicLoadKeyStore.LoadKeyModifier and TypeMethodDescriptionvoidAtomicLoadKeyStore.revert(AtomicLoadKeyStore.LoadKey key) Atomically evert the keystore to a previous state.