Interface AuthenticationStepsFactory
- All Known Implementing Classes:
AppIdAuthentication
,AppRoleAuthentication
,AwsEc2Authentication
,AwsIamAuthentication
,AzureMsiAuthentication
,ClientCertificateAuthentication
,CubbyholeAuthentication
,GcpComputeAuthentication
,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.
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:
-
Method Summary
-
Method Details
-
getAuthenticationSteps
AuthenticationSteps getAuthenticationSteps()Get theAuthenticationSteps
describing an authentication flow.- Returns:
- the
AuthenticationSteps
describing an authentication flow.
-