Class OAuth2MetaDataProvider
java.lang.Object
com.kingsrook.sampleapp.metadata.OAuth2MetaDataProvider
- All Implemented Interfaces:
MetaDataProducerInterface<QAuthenticationMetaData>
public class OAuth2MetaDataProvider
extends Object
implements MetaDataProducerInterface<QAuthenticationMetaData>
Provides all OAuth2 authentication related metadata to the QQQ engine
-
Field Summary
FieldsFields inherited from interface com.kingsrook.qqq.backend.core.model.metadata.MetaDataProducerInterface
DEFAULT_SORT_ORDER
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionProduce the metaData object.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.kingsrook.qqq.backend.core.model.metadata.MetaDataProducerInterface
getSortOrder, getSourceClass, isEnabled, setSourceClass
-
Field Details
-
NAME
- See Also:
-
-
Constructor Details
-
OAuth2MetaDataProvider
public OAuth2MetaDataProvider()
-
-
Method Details
-
produce
Description copied from interface:MetaDataProducerInterface
Produce the metaData object. Generally, you don't want to add it to the instance yourself - but the instance is there in case you need it to get other metaData.- Specified by:
produce
in interfaceMetaDataProducerInterface<QAuthenticationMetaData>
- Throws:
QException
-