Package com.adobe.granite.auth.oauth
Interface ExtendedTokenValidator
- All Superinterfaces:
TokenValidator
This interface is created in order to simplify Token Validation in the IMS bundle.
Access token validation in IMS is defined and doesn't need the combination of multiple implementations
and the complexity of Dynamic Services like the TokenValidator OAuth interface proposes.
Using the OfflineValidator allows to simplify this in the IMS bundle.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from interface com.adobe.granite.auth.oauth.TokenValidator
VALIDATOR_TYPE_PROPERTY -
Method Summary
Modifier and TypeMethodDescriptionPerforms the complete token validation returning one of the possible results.Methods inherited from interface com.adobe.granite.auth.oauth.TokenValidator
isValid
-
Method Details
-
validate
Performs the complete token validation returning one of the possible results. It is a more nuanced implementation allowing for different behaviours to each error if needed.
-