public final class SAML2MetadataSupport
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
private |
SAML2MetadataSupport()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends IndexedEndpoint> |
getDefaultIndexedEndpoint(java.util.List<T> candidates)
Select the default
IndexedEndpoint from a list of candidates. |
private static org.slf4j.Logger |
getLogger()
Get an SLF4J Logger.
|
public static <T extends IndexedEndpoint> T getDefaultIndexedEndpoint(java.util.List<T> candidates)
IndexedEndpoint from a list of candidates.
The algorithm used is:
isDefault=trueisDefaultT - the subtype of IndexedTypecandidates - the list of candidate indexed endpointsprivate static org.slf4j.Logger getLogger()