Uses of Class
org.apache.archiva.redback.keys.KeyNotFoundException
-
Packages that use KeyNotFoundException Package Description org.apache.archiva.redback.keys org.apache.archiva.redback.keys.jpa org.apache.archiva.redback.keys.memory -
-
Uses of KeyNotFoundException in org.apache.archiva.redback.keys
Methods in org.apache.archiva.redback.keys that throw KeyNotFoundException Modifier and Type Method Description protected voidAbstractKeyManager. assertNotExpired(AuthenticationKey authkey)Tests the key to see if it is expired or not.AuthenticationKeyKeyManager. findKey(String key)Attempt to find a specific key in the store.voidKeyManagerTestCase. testNormal() -
Uses of KeyNotFoundException in org.apache.archiva.redback.keys.jpa
Methods in org.apache.archiva.redback.keys.jpa that throw KeyNotFoundException Modifier and Type Method Description AuthenticationKeyJpaKeyManager. findKey(String key) -
Uses of KeyNotFoundException in org.apache.archiva.redback.keys.memory
Methods in org.apache.archiva.redback.keys.memory that throw KeyNotFoundException Modifier and Type Method Description AuthenticationKeyMemoryKeyManager. findKey(String key)
-