Class KarchanAuthenticationStore

Object
KarchanAuthenticationStore
All Implemented Interfaces:
IdentityStore

@ApplicationScoped public class KarchanAuthenticationStore extends Object implements IdentityStore
Can locate a user and verify his/her password.
Author:
maartenl
  • Nested Class Summary

    Nested classes/interfaces inherited from interface IdentityStore

    IdentityStore.ValidationType
  • Field Summary

    Fields inherited from interface IdentityStore

    DEFAULT_VALIDATION_TYPES
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    CredentialValidationResult
    validate(Credential credential)
     
    Set<IdentityStore.ValidationType>
     

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface IdentityStore

    getCallerGroups, priority
  • Constructor Details

    • KarchanAuthenticationStore

      public KarchanAuthenticationStore()
  • Method Details

    • validate

      public CredentialValidationResult validate(Credential credential)
      Specified by:
      validate in interface IdentityStore
    • validationTypes

      public Set<IdentityStore.ValidationType> validationTypes()
      Specified by:
      validationTypes in interface IdentityStore