Interface AuthenticationStepsFactory

All Known Implementing Classes:
AppIdAuthentication, AppRoleAuthentication, AwsEc2Authentication, AwsIamAuthentication, AzureMsiAuthentication, ClientCertificateAuthentication, CubbyholeAuthentication, GcpComputeAuthentication, JwtAuthentication, KubernetesAuthentication, PcfAuthentication, TokenAuthentication, UsernamePasswordAuthentication
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 AuthenticationStepsFactory
Factory interface for components that create AuthenticationSteps.

Implementing objects are required to construct AuthenticationSteps by their needs and invoked once upon AuthenticationSteps retrieval.

Since:
2.0
Author:
Mark Paluch
See Also: