Class KarchanAuthorizationStore

Object
KarchanAuthorizationStore
All Implemented Interfaces:
IdentityStore

@ApplicationScoped public class KarchanAuthorizationStore extends Object implements IdentityStore
Can retrieve the groups a user has access to.
Author:
maartenl
  • Nested Class Summary

    Nested classes/interfaces inherited from interface jakarta.security.enterprise.identitystore.IdentityStore

    IdentityStore.ValidationType
  • Field Summary

    Fields inherited from interface jakarta.security.enterprise.identitystore.IdentityStore

    DEFAULT_VALIDATION_TYPES
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    getCallerGroups(CredentialValidationResult validationResult)
     
    Set<IdentityStore.ValidationType>
     

    Methods inherited from class Object

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

    Methods inherited from interface jakarta.security.enterprise.identitystore.IdentityStore

    priority, validate
  • Constructor Details

    • KarchanAuthorizationStore

      public KarchanAuthorizationStore()
  • Method Details

    • getCallerGroups

      public Set<String> getCallerGroups(CredentialValidationResult validationResult)
      Specified by:
      getCallerGroups in interface IdentityStore
    • validationTypes

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