| Package | Description |
|---|---|
| net.shibboleth.idp.installer.metadata |
Package to contain classes to do with the one off metadata generation.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) static ImmutableSet<MetadataGenerator.Endpoints> |
MetadataGenerator.AA_ENDPOINTS
AttributeAuthority endpoints.
|
(package private) static ImmutableSet<MetadataGenerator.Endpoints> |
MetadataGenerator.ARTIFACT_ENDPOINTS
the Artifact endpoints.
|
(package private) static ImmutableSet<MetadataGenerator.Endpoints> |
MetadataGenerator.BACKCHANNEL_ENDPOINTS
Those endpoints which require a backchannel.
|
private EnumSet<MetadataGenerator.Endpoints> |
MetadataGenerator.endpoints
Which endpoints to generate.
|
(package private) static ImmutableSet<MetadataGenerator.Endpoints> |
MetadataGenerator.SLO_ENDPOINTS
the SLO endpoints.
|
(package private) static ImmutableSet<MetadataGenerator.Endpoints> |
MetadataGenerator.SSO_ENDPOINTS
the SSO endpoints.
|
| Modifier and Type | Method and Description |
|---|---|
static MetadataGenerator.Endpoints |
MetadataGenerator.Endpoints.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetadataGenerator.Endpoints[] |
MetadataGenerator.Endpoints.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
EnumSet<MetadataGenerator.Endpoints> |
MetadataGenerator.getEndpoints()
Get the Endpoints.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
MetadataGenerator.outputEndpoint(MetadataGenerator.Endpoints endpoint)
Output the SAML for a single endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MetadataGenerator.setEndpoints(EnumSet<MetadataGenerator.Endpoints> points)
Set the Endpoints.
|
Copyright © 1999–2018 Shibboleth Consortium. All rights reserved.