Uses of Class
org.apache.archiva.redback.keys.KeyManagerException
-
Packages that use KeyManagerException Package Description org.apache.archiva.redback.keys org.apache.archiva.redback.keys.cached org.apache.archiva.redback.keys.jpa org.apache.archiva.redback.keys.memory -
-
Uses of KeyManagerException in org.apache.archiva.redback.keys
Subclasses of KeyManagerException in org.apache.archiva.redback.keys Modifier and Type Class Description classKeyNotFoundExceptionKeyNotFoundExceptionMethods in org.apache.archiva.redback.keys that throw KeyManagerException Modifier and Type Method Description protected voidAbstractKeyManager. assertNotExpired(AuthenticationKey authkey)Tests the key to see if it is expired or not.AuthenticationKeyKeyManager. createKey(String principal, String purpose, int expirationMinutes)Create a key (and save it to the store) for the specified principal.voidKeyManager. deleteKey(String key)Delete a key from the underlying store.voidKeyManager. deleteKey(AuthenticationKey key)Delete a key from the underlying store.AuthenticationKeyKeyManager. findKey(String key)Attempt to find a specific key in the store.protected StringAbstractKeyManager. generateUUID()Generate a UUID using RFC 4122 UUID generation of a type 4 or randomly generated UUID.voidAbstractKeyManager. removeExpiredKeys()voidKeyManager. removeExpiredKeys()Remove all keys that are expired.voidKeyManagerTestCase. testExpired()voidKeyManagerTestCase. testGetAllKeys()voidKeyManagerTestCase. testNormal()voidKeyManagerTestCase. testNotThere()voidKeyManagerTestCase. testPermanent() -
Uses of KeyManagerException in org.apache.archiva.redback.keys.cached
Methods in org.apache.archiva.redback.keys.cached that throw KeyManagerException Modifier and Type Method Description AuthenticationKeyCachedKeyManager. createKey(String principal, String purpose, int expirationMinutes)voidCachedKeyManager. deleteKey(String key)voidCachedKeyManager. deleteKey(AuthenticationKey key)AuthenticationKeyCachedKeyManager. findKey(String key) -
Uses of KeyManagerException in org.apache.archiva.redback.keys.jpa
Methods in org.apache.archiva.redback.keys.jpa that throw KeyManagerException Modifier and Type Method Description protected voidJpaKeyManager. assertNotExpired(AuthenticationKey authkey)AuthenticationKeyJpaKeyManager. createKey(String principal, String purpose, int expirationMinutes)voidJpaKeyManager. deleteKey(String key)voidJpaKeyManager. deleteKey(AuthenticationKey key)AuthenticationKeyJpaKeyManager. findKey(String key) -
Uses of KeyManagerException in org.apache.archiva.redback.keys.memory
Methods in org.apache.archiva.redback.keys.memory that throw KeyManagerException Modifier and Type Method Description AuthenticationKeyMemoryKeyManager. createKey(String principal, String purpose, int expirationMinutes)voidMemoryKeyManager. deleteKey(String key)voidMemoryKeyManager. deleteKey(AuthenticationKey authkey)AuthenticationKeyMemoryKeyManager. findKey(String key)
-