Package org.nuxeo.ecm.jwt
Class JWTServiceImpl.JWTServiceConfigurationRegistry
java.lang.Object
org.nuxeo.runtime.model.ContributionFragmentRegistry<T>
org.nuxeo.runtime.model.SimpleContributionRegistry<JWTServiceConfigurationDescriptor>
org.nuxeo.ecm.jwt.JWTServiceImpl.JWTServiceConfigurationRegistry
- Enclosing class:
- JWTServiceImpl
protected static class JWTServiceImpl.JWTServiceConfigurationRegistry
extends SimpleContributionRegistry<JWTServiceConfigurationDescriptor>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.nuxeo.runtime.model.ContributionFragmentRegistry
ContributionFragmentRegistry.Fragment<T>, ContributionFragmentRegistry.FragmentList<T>
-
Field Summary
Modifier and TypeFieldDescriptionprotected static final JWTServiceConfigurationDescriptor
protected static final String
Fields inherited from class org.nuxeo.runtime.model.SimpleContributionRegistry
currentContribs
Fields inherited from class org.nuxeo.runtime.model.ContributionFragmentRegistry
contribs
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionCLone the given contribution objectReturns the contribution ID given the contribution objectboolean
Returns true if merge is supported.void
Merge 'src' into 'dst'.Methods inherited from class org.nuxeo.runtime.model.SimpleContributionRegistry
contributionRemoved, contributionUpdated, getCurrentContribution
Methods inherited from class org.nuxeo.runtime.model.ContributionFragmentRegistry
addContribution, addFragment, getContribution, getFragments, removeContribution, removeContribution, removeFragment, toMap
-
Field Details
-
KEY
- See Also:
-
DEFAULT_CONTRIBUTION
-
-
Constructor Details
-
JWTServiceConfigurationRegistry
protected JWTServiceConfigurationRegistry()
-
-
Method Details
-
getContributionId
Description copied from class:ContributionFragmentRegistry
Returns the contribution ID given the contribution object- Specified by:
getContributionId
in classContributionFragmentRegistry<JWTServiceConfigurationDescriptor>
-
isSupportingMerge
public boolean isSupportingMerge()Description copied from class:ContributionFragmentRegistry
Returns true if merge is supported.Hook method to be overridden if merge logics behind
Object.clone()
andContributionFragmentRegistry.merge(Object, Object)
cannot be implemented.- Overrides:
isSupportingMerge
in classSimpleContributionRegistry<JWTServiceConfigurationDescriptor>
-
clone
Description copied from class:ContributionFragmentRegistry
CLone the given contribution object- Overrides:
clone
in classSimpleContributionRegistry<JWTServiceConfigurationDescriptor>
-
merge
Description copied from class:ContributionFragmentRegistry
Merge 'src' into 'dst'. When merging only the 'dst' object is modified.- Overrides:
merge
in classSimpleContributionRegistry<JWTServiceConfigurationDescriptor>
- Parameters:
src
- the object to copy over the 'dst' objectdst
- this object is modified
-
getContribution
-