Package de.msi.oauth.flow
Interface ProtectedAccessIntermediateFactory
- 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 ProtectedAccessIntermediateFactory
Creates
ProtectedAccess instances by consuming ProtectedAccessParam.
This factory is skipping flow phases prior to this one.
Use of(ProtectedAccessParam) to create a new instance.
- Author:
- Martin Siegemund
- See Also:
- 7. Accessing Protected Resources
-
Method Summary
Modifier and Type Method Description static ProtectedAccessIntermediateFactoryof(ProtectedAccessParam pap)Create a new instance of theProtectedAccessIntermediateFactory.ProtectedAccessprotectedAccess()Create a newProtectedAccessinstance.
-
Method Details
-
protectedAccess
ProtectedAccess protectedAccess()Create a newProtectedAccessinstance.- Returns:
- the new
ProtectedAccess
-
of
Create a new instance of theProtectedAccessIntermediateFactory.- Parameters:
pap- the mandatoryProtectedAccessParam- Returns:
- the new
ProtectedAccessIntermediateFactory
-