Uses of Class
net.shibboleth.oidc.metadata.MetadataManagementData
-
Packages that use MetadataManagementData Package Description net.shibboleth.oidc.metadata Interfaces and common classes related to resolution of OIDC metadata (or client information). -
-
Uses of MetadataManagementData in net.shibboleth.oidc.metadata
Methods in net.shibboleth.oidc.metadata that return MetadataManagementData Modifier and Type Method Description MetadataManagementData<I>DynamicBackingStore. computeManagementDataIfAbsent(I identifier, Function<I,MetadataManagementData<I>> mappingFunction)Get the management data for the specified identifier.MetadataManagementData<I>DynamicBackingStore. getManagementData(I identifier)Get the management data for the specified identifier.Method parameters in net.shibboleth.oidc.metadata with type arguments of type MetadataManagementData Modifier and Type Method Description MetadataManagementData<I>DynamicBackingStore. computeManagementDataIfAbsent(I identifier, Function<I,MetadataManagementData<I>> mappingFunction)Get the management data for the specified identifier.
-