Uses of Enum
net.shibboleth.idp.installer.metadata.impl.MetadataGeneratorImpl.Endpoints
Packages that use MetadataGeneratorImpl.Endpoints
Package
Description
Package to contain classes to do with the one off metadata generation.
-
Uses of MetadataGeneratorImpl.Endpoints in net.shibboleth.idp.installer.metadata.impl
Fields in net.shibboleth.idp.installer.metadata.impl with type parameters of type MetadataGeneratorImpl.EndpointsModifier and TypeFieldDescription(package private) static final Set<MetadataGeneratorImpl.Endpoints>
MetadataGeneratorImpl.AA_ENDPOINTS
AttributeAuthority endpoints.(package private) static final Set<MetadataGeneratorImpl.Endpoints>
MetadataGeneratorImpl.ARTIFACT_ENDPOINTS
the Artifact endpoints.(package private) static final Set<MetadataGeneratorImpl.Endpoints>
MetadataGeneratorImpl.BACKCHANNEL_ENDPOINTS
Those endpoints which require a backchannel.private EnumSet<MetadataGeneratorImpl.Endpoints>
MetadataGeneratorImpl.endpoints
Which endpoints to generate.(package private) static final Set<MetadataGeneratorImpl.Endpoints>
MetadataGeneratorImpl.SLO_ENDPOINTS
the SLO endpoints.(package private) static final Set<MetadataGeneratorImpl.Endpoints>
MetadataGeneratorImpl.SSO_ENDPOINTS
the SSO endpoints.Methods in net.shibboleth.idp.installer.metadata.impl that return MetadataGeneratorImpl.EndpointsModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static MetadataGeneratorImpl.Endpoints[]
MetadataGeneratorImpl.Endpoints.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.shibboleth.idp.installer.metadata.impl that return types with arguments of type MetadataGeneratorImpl.EndpointsMethods in net.shibboleth.idp.installer.metadata.impl with parameters of type MetadataGeneratorImpl.EndpointsModifier and TypeMethodDescriptionprotected void
MetadataGeneratorImpl.outputEndpoint
(MetadataGeneratorImpl.Endpoints endpoint) Output the SAML for a single endpoint.Method parameters in net.shibboleth.idp.installer.metadata.impl with type arguments of type MetadataGeneratorImpl.EndpointsModifier and TypeMethodDescriptionvoid
MetadataGeneratorImpl.setEndpoints
(EnumSet<MetadataGeneratorImpl.Endpoints> points) Set the Endpoints.