static enum MetadataGenerator.Endpoints extends Enum<MetadataGenerator.Endpoints>
| Enum Constant and Description |
|---|
POSTSimpleSignSLO |
POSTSimpleSignSSO |
POSTSLO |
POSTSSO |
RedirectSLO
IDPSSODescriptor.
|
RedirectSSO |
SAML1Artifact
IDPSSODescriptor.
|
SAML1Query
AttributeAuthorityDescriptor.
|
SAML2Artifact |
SAML2Query |
ShibbolethSSO
IDPSSODescriptor.
|
SOAPSLO |
| Modifier and Type | Method and Description |
|---|---|
static MetadataGenerator.Endpoints |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetadataGenerator.Endpoints[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MetadataGenerator.Endpoints SAML1Artifact
public static final MetadataGenerator.Endpoints SAML2Artifact
public static final MetadataGenerator.Endpoints RedirectSLO
public static final MetadataGenerator.Endpoints POSTSLO
public static final MetadataGenerator.Endpoints POSTSimpleSignSLO
public static final MetadataGenerator.Endpoints SOAPSLO
public static final MetadataGenerator.Endpoints ShibbolethSSO
public static final MetadataGenerator.Endpoints POSTSSO
public static final MetadataGenerator.Endpoints POSTSimpleSignSSO
public static final MetadataGenerator.Endpoints RedirectSSO
public static final MetadataGenerator.Endpoints SAML1Query
public static final MetadataGenerator.Endpoints SAML2Query
public static MetadataGenerator.Endpoints[] values()
for (MetadataGenerator.Endpoints c : MetadataGenerator.Endpoints.values()) System.out.println(c);
public static MetadataGenerator.Endpoints valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 1999–2019 Shibboleth Consortium. All rights reserved.