|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opensaml.saml2.metadata.support.SAML2MetadataHelper
public final class SAML2MetadataHelper
Utility helper class for SAML 2 metadata objects.
| Method Summary | ||
|---|---|---|
static
|
getDefaultIndexedEndpoint(java.util.List<T> candidates)
Select the default IndexedEndpoint from a list of candidates. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static <T extends IndexedEndpoint> T getDefaultIndexedEndpoint(java.util.List<T> candidates)
IndexedEndpoint from a list of candidates.
The algorithm used is:
isDefault=trueisDefault
T - the subtype of IndexedTypecandidates - the list of candidate indexed endpoints
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||