Uses of Interface
org.apache.archiva.redback.keys.AuthenticationKey
-
-
Uses of AuthenticationKey in org.apache.archiva.redback.integration.mail
Methods in org.apache.archiva.redback.integration.mail with parameters of type AuthenticationKey Modifier and Type Method Description StringFreemarkerMailGenerator. generateMail(String templateName, Locale locale, AuthenticationKey authenticationKey, String baseUrl)StringFreemarkerMailGenerator. generateMail(String templateName, Locale locale, AuthenticationKey authkey, String baseUrl, Map<String,Object> templateData)StringFreemarkerMailGenerator. generateMail(String templateName, AuthenticationKey authenticationKey, String baseUrl)StringMailGenerator. generateMail(String templateName, Locale locale, AuthenticationKey authenticationKey, String baseUrl)Generates a mail string from a template.StringMailGenerator. generateMail(String templateName, Locale locale, AuthenticationKey authenticationKey, String baseUrl, Map<String,Object> templateData)Generates a mail string from a template.StringMailGenerator. generateMail(String templateName, AuthenticationKey authkey, String baseUrl)Generates a mail string from a template.voidMailer. sendAccountValidationEmail(Collection<String> recipients, AuthenticationKey authkey, String baseUrl)voidMailerImpl. sendAccountValidationEmail(Collection<String> recipients, AuthenticationKey authkey, String baseUrl)voidMailer. sendPasswordResetEmail(Collection<String> recipients, AuthenticationKey authkey, String baseUrl)voidMailerImpl. sendPasswordResetEmail(Collection<String> recipients, AuthenticationKey authkey, String baseUrl) -
Uses of AuthenticationKey in org.apache.archiva.redback.integration.util
Methods in org.apache.archiva.redback.integration.util that return AuthenticationKey Modifier and Type Method Description AuthenticationKeyAutoLoginCookies. getRememberMeKey(javax.servlet.http.HttpServletResponse httpServletResponse, javax.servlet.http.HttpServletRequest httpServletRequest)AuthenticationKeyAutoLoginCookies. getSignonKey(javax.servlet.http.HttpServletResponse httpServletResponse, javax.servlet.http.HttpServletRequest httpServletRequest) -
Uses of AuthenticationKey in org.apache.archiva.redback.keys
Methods in org.apache.archiva.redback.keys that return AuthenticationKey Modifier and Type Method Description AuthenticationKeyKeyManager. addKey(AuthenticationKey key)AuthenticationKeyKeyManager. createKey(String principal, String purpose, int expirationMinutes)Create a key (and save it to the store) for the specified principal.AuthenticationKeyKeyManager. findKey(String key)Attempt to find a specific key in the store.Methods in org.apache.archiva.redback.keys that return types with arguments of type AuthenticationKey Modifier and Type Method Description List<AuthenticationKey>KeyManager. getAllKeys()Methods in org.apache.archiva.redback.keys with parameters of type AuthenticationKey Modifier and Type Method Description AuthenticationKeyKeyManager. addKey(AuthenticationKey key)protected voidAbstractKeyManager. assertNotExpired(AuthenticationKey authkey)Tests the key to see if it is expired or not.voidKeyManager. deleteKey(AuthenticationKey key)Delete a key from the underlying store. -
Uses of AuthenticationKey in org.apache.archiva.redback.keys.cached
Methods in org.apache.archiva.redback.keys.cached that return AuthenticationKey Modifier and Type Method Description AuthenticationKeyCachedKeyManager. addKey(AuthenticationKey key)AuthenticationKeyCachedKeyManager. createKey(String principal, String purpose, int expirationMinutes)AuthenticationKeyCachedKeyManager. findKey(String key)Methods in org.apache.archiva.redback.keys.cached that return types with arguments of type AuthenticationKey Modifier and Type Method Description List<AuthenticationKey>CachedKeyManager. getAllKeys()Methods in org.apache.archiva.redback.keys.cached with parameters of type AuthenticationKey Modifier and Type Method Description AuthenticationKeyCachedKeyManager. addKey(AuthenticationKey key)voidCachedKeyManager. deleteKey(AuthenticationKey key)Method parameters in org.apache.archiva.redback.keys.cached with type arguments of type AuthenticationKey Modifier and Type Method Description voidCachedKeyManager. setKeysCache(org.apache.archiva.components.cache.Cache<String,AuthenticationKey> keysCache) -
Uses of AuthenticationKey in org.apache.archiva.redback.keys.jpa
Methods in org.apache.archiva.redback.keys.jpa that return AuthenticationKey Modifier and Type Method Description AuthenticationKeyJpaKeyManager. addKey(AuthenticationKey key)AuthenticationKeyJpaKeyManager. createKey(String principal, String purpose, int expirationMinutes)AuthenticationKeyJpaKeyManager. findKey(String key)Methods in org.apache.archiva.redback.keys.jpa that return types with arguments of type AuthenticationKey Modifier and Type Method Description List<AuthenticationKey>JpaKeyManager. getAllKeys()Methods in org.apache.archiva.redback.keys.jpa with parameters of type AuthenticationKey Modifier and Type Method Description AuthenticationKeyJpaKeyManager. addKey(AuthenticationKey key)protected voidJpaKeyManager. assertNotExpired(AuthenticationKey authkey)voidJpaKeyManager. deleteKey(AuthenticationKey key) -
Uses of AuthenticationKey in org.apache.archiva.redback.keys.jpa.model
Classes in org.apache.archiva.redback.keys.jpa.model that implement AuthenticationKey Modifier and Type Class Description classJpaAuthenticationKeyAuthentication Key implementation for JPA. -
Uses of AuthenticationKey in org.apache.archiva.redback.keys.memory
Classes in org.apache.archiva.redback.keys.memory that implement AuthenticationKey Modifier and Type Class Description classMemoryAuthenticationKeyMemoryAuthenticationKeyMethods in org.apache.archiva.redback.keys.memory that return AuthenticationKey Modifier and Type Method Description AuthenticationKeyMemoryKeyManager. addKey(AuthenticationKey key)AuthenticationKeyMemoryKeyManager. createKey(String principal, String purpose, int expirationMinutes)AuthenticationKeyMemoryKeyManager. findKey(String key)Methods in org.apache.archiva.redback.keys.memory that return types with arguments of type AuthenticationKey Modifier and Type Method Description List<AuthenticationKey>MemoryKeyManager. getAllKeys()Methods in org.apache.archiva.redback.keys.memory with parameters of type AuthenticationKey Modifier and Type Method Description AuthenticationKeyMemoryKeyManager. addKey(AuthenticationKey key)voidMemoryKeyManager. deleteKey(AuthenticationKey authkey) -
Uses of AuthenticationKey in org.apache.archiva.redback.rest.api.model.v2
Methods in org.apache.archiva.redback.rest.api.model.v2 with parameters of type AuthenticationKey Modifier and Type Method Description static TokenToken. of(AuthenticationKey key)
-