Interface SecondaryAuthActions

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface SecondaryAuthActions
Actions that are only available when a secondary authenticator is present. The user represented by the secondary authenticator will be used as the user for these actions. Secondary authorization requires both the primary and secondary authentication passes. Any actions returned here will ensure that the RBAC authorization represents the secondary user. If these actions are called without a secondary authenticated user, an exception will be thrown.
  • Method Summary

    Modifier and Type
    Method
    Description
    get()