Package de.msi.oauth.flow
Interface ProtectedAccessFlowFactory
- 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 ProtectedAccessFlowFactory
Creates
ProtectedAccess instances by consuming ProtectedAccessFlowFactoryParam. Accessing protected
resources is possible after a successful OAuth authentication flow.- Author:
- Martin Siegemund
- See Also:
- 7. Accessing Protected Resources
-
Method Summary
Modifier and Type Method Description ProtectedAccessprotectedAccess(ProtectedAccessFlowFactoryParam paffp)Create a newProtectedAccessinstance.
-
Method Details
-
protectedAccess
Create a newProtectedAccessinstance.- Parameters:
paffp- the mandatoryProtectedAccessFlowFactoryParam- Returns:
- the
ProtectedAccess
-