public final class SAML2MetadataSupport extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T extends IndexedEndpoint> |
getDefaultIndexedEndpoint(List<T> candidates)
Select the default
IndexedEndpoint from a list of candidates. |
public static <T extends IndexedEndpoint> T getDefaultIndexedEndpoint(List<T> candidates)
IndexedEndpoint from a list of candidates.
The algorithm used is:
isDefault=trueisDefaultT - the subtype of IndexedTypecandidates - the list of candidate indexed endpointsCopyright © 2021. All rights reserved.