Package de.msi.oauth.flow
Interface ProtectedAccess
- 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 ProtectedAccess
The
ProtectedAccess is able to provide the required HeaderFields for accessing a servie providers
protected resources.- Author:
- Martin Siegemund
- See Also:
- 7. Accessing Protected Resources
-
Method Summary
Modifier and Type Method Description HeaderFieldsheaderFields()Create the mandatoryHeaderFields.
-
Method Details
-
headerFields
HeaderFields headerFields()Create the mandatoryHeaderFields.- Returns:
- the fields
-