Class IdentityMock.IdentityAssociationMock

  • All Implemented Interfaces:
    io.quarkus.security.identity.CurrentIdentityAssociation
    Enclosing class:
    IdentityMock

    @Alternative
    @ApplicationScoped
    @Priority(1)
    public static class IdentityMock.IdentityAssociationMock
    extends SecurityIdentityAssociation
    • Constructor Detail

      • IdentityAssociationMock

        public IdentityAssociationMock()
    • Method Detail

      • getDeferredIdentity

        public io.smallrye.mutiny.Uni<io.quarkus.security.identity.SecurityIdentity> getDeferredIdentity()
        Specified by:
        getDeferredIdentity in interface io.quarkus.security.identity.CurrentIdentityAssociation
        Overrides:
        getDeferredIdentity in class SecurityIdentityAssociation
      • getIdentity

        public io.quarkus.security.identity.SecurityIdentity getIdentity()
        Specified by:
        getIdentity in interface io.quarkus.security.identity.CurrentIdentityAssociation
        Overrides:
        getIdentity in class SecurityIdentityAssociation