Package io.quarkus.security.spi
Class CurrentIdentityAssociationClassBuildItem
java.lang.Object
io.quarkus.builder.item.BuildItem
io.quarkus.builder.item.SimpleBuildItem
io.quarkus.security.spi.CurrentIdentityAssociationClassBuildItem
public final class CurrentIdentityAssociationClassBuildItem
extends io.quarkus.builder.item.SimpleBuildItem
Allows Quarkus core extensions to provide a
CurrentIdentityAssociation implementation.
This bean is used to synchronize the association produced by Quarkus core extensions and can change if needed.
Other extensions and users can simply define alternative CurrentIdentityAssociation
CDI bean.-
Constructor Summary
ConstructorsConstructorDescriptionCurrentIdentityAssociationClassBuildItem(Class<? extends io.quarkus.security.identity.CurrentIdentityAssociation> currentIdentityAssociationClass) -
Method Summary
Modifier and TypeMethodDescriptionClass<? extends io.quarkus.security.identity.CurrentIdentityAssociation>
-
Constructor Details
-
CurrentIdentityAssociationClassBuildItem
public CurrentIdentityAssociationClassBuildItem(Class<? extends io.quarkus.security.identity.CurrentIdentityAssociation> currentIdentityAssociationClass)
-
-
Method Details
-
getCurrentIdentityAssociationClass
public Class<? extends io.quarkus.security.identity.CurrentIdentityAssociation> getCurrentIdentityAssociationClass()
-