Interface OAuth20AuthenticationClientProvider
- All Superinterfaces:
org.springframework.core.Ordered
- 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 OAuth20AuthenticationClientProvider
extends org.springframework.core.Ordered
This is
OAuth20AuthenticationClientProvider.- Since:
- 6.1.0
-
Field Summary
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Method Summary
Modifier and TypeMethodDescriptionorg.pac4j.core.client.ClientCreate client.default intgetOrder()
-
Method Details
-
getOrder
default int getOrder()- Specified by:
getOrderin interfaceorg.springframework.core.Ordered
-
createClient
org.pac4j.core.client.Client createClient()Create client.- Returns:
- the client
-