Uses of Interface
org.opensaml.saml.saml2.metadata.Endpoint
Packages that use Endpoint
Package
Description
Classes related to SAML binding operations.
Implementation of SAML binding-level functionality, such as MessageHandlers.
Context classes for SAML-based messaging function.
Criterion based on SAML message/protocol information.Interfaces for SAML 2 Metadata Extension Identity Provider Discovery.
Implementation for SAML v2.0 Identity Provider Discovery Profile.
Implementation for SAML v2.0 Metadata Extension for Stand-Alone Query Requesters.
Interfaces for SAML 2 Metadata Extension for SSO Service Provider Request Initiation.
Concrete implementations of the interfaces for the
SAML 2 Metadata Extension for SSO Service Provider Request Initiation.
Implementation of Velocity-based metadata generation.
Implementation of the metadata resolver indexes.
Concrete definitions of the objects described in saml-metadata-2.0-os work.
Concrete implementations of SAML 2.0 metadata objects.
-
Uses of Endpoint in org.opensaml.saml.common.binding
Classes in org.opensaml.saml.common.binding with type parameters of type EndpointModifier and TypeClassDescriptionclassAbstractEndpointResolver<EndpointType extends Endpoint>Base implementation that resolves and validates protocol/profile endpoints using a combination of supplied parameters and SAML metadata.interfaceEndpointResolver<EndpointType extends Endpoint>A resolver that is capable of resolvingEndpointinstances which meet certain supplied criteria.Method parameters in org.opensaml.saml.common.binding with type arguments of type EndpointModifier and TypeMethodDescriptionprivate List<EndpointType>AbstractEndpointResolver.sortCandidates(List<Endpoint> candidates) Copy and sort the endpoints such that the default endpoint by SAML rules comes first. -
Uses of Endpoint in org.opensaml.saml.common.binding.impl
Classes in org.opensaml.saml.common.binding.impl with type parameters of type EndpointModifier and TypeClassDescriptionclassDefaultEndpointResolver<EndpointType extends Endpoint>Default implementation that performs additional endpoint validation. -
Uses of Endpoint in org.opensaml.saml.common.messaging.context
Fields in org.opensaml.saml.common.messaging.context declared as EndpointModifier and TypeFieldDescriptionprivate EndpointSAMLEndpointContext.endpointThe SAML entity endpoint.Methods in org.opensaml.saml.common.messaging.context that return EndpointModifier and TypeMethodDescriptionSAMLEndpointContext.getEndpoint()Gets the endpoint of the SAML entity.Methods in org.opensaml.saml.common.messaging.context with parameters of type EndpointModifier and TypeMethodDescriptionvoidSAMLEndpointContext.setEndpoint(Endpoint newEndpoint) Sets the endpoint of the SAML entity. -
Uses of Endpoint in org.opensaml.saml.criterion
Classes in org.opensaml.saml.criterion with type parameters of type EndpointModifier and TypeClassDescriptionfinal classEndpointCriterion<EndpointType extends Endpoint>Criterionrepresenting a SAML metadata endpoint object.Fields in org.opensaml.saml.criterion declared as EndpointModifier and TypeFieldDescriptionprivate final EndpointTypeEndpointCriterion.endpointThe endpoint. -
Uses of Endpoint in org.opensaml.saml.ext.idpdisco
Subinterfaces of Endpoint in org.opensaml.saml.ext.idpdiscoModifier and TypeInterfaceDescriptioninterfaceSAML Identity Provider Discovery Protocol DiscoveryResponse. -
Uses of Endpoint in org.opensaml.saml.ext.idpdisco.impl
Classes in org.opensaml.saml.ext.idpdisco.impl that implement Endpoint -
Uses of Endpoint in org.opensaml.saml.ext.saml2mdquery.impl
Methods in org.opensaml.saml.ext.saml2mdquery.impl that return types with arguments of type EndpointModifier and TypeMethodDescriptionAttributeQueryDescriptorTypeImpl.getEndpoints()Gets immutable list of endpoints for this role.AttributeQueryDescriptorTypeImpl.getEndpoints(QName type) Gets a read-only list of endpoints for this role for the given type.AuthnQueryDescriptorTypeImpl.getEndpoints()Gets immutable list of endpoints for this role.AuthnQueryDescriptorTypeImpl.getEndpoints(QName type) Gets a read-only list of endpoints for this role for the given type.AuthzDecisionQueryDescriptorTypeImpl.getEndpoints()Gets immutable list of endpoints for this role.AuthzDecisionQueryDescriptorTypeImpl.getEndpoints(QName type) Gets a read-only list of endpoints for this role for the given type. -
Uses of Endpoint in org.opensaml.saml.ext.saml2mdreqinit
Subinterfaces of Endpoint in org.opensaml.saml.ext.saml2mdreqinitModifier and TypeInterfaceDescriptioninterfaceInterfaces for SAML 2 Metadata Extension for SSO Service Provider Request Initiation - RequestInitiator element. -
Uses of Endpoint in org.opensaml.saml.ext.saml2mdreqinit.impl
Classes in org.opensaml.saml.ext.saml2mdreqinit.impl that implement Endpoint -
Uses of Endpoint in org.opensaml.saml.metadata.generator.impl
Classes in org.opensaml.saml.metadata.generator.impl with type parameters of type EndpointModifier and TypeClassDescriptionclassAbstractEndpointConverter<T extends Endpoint>Support for parsing a binding/endpoint pair into an endpoint of a particular type. -
Uses of Endpoint in org.opensaml.saml.metadata.resolver.index.impl
Fields in org.opensaml.saml.metadata.resolver.index.impl with type parameters of type EndpointModifier and TypeFieldDescriptionEndpointMetadataIndex.endpointSelectionPredicateThe predicate which selects which endpoints to index.Methods in org.opensaml.saml.metadata.resolver.index.impl with parameters of type EndpointModifier and TypeMethodDescriptionprivate Set<MetadataIndexKey>EndpointMetadataIndex.processCriteria(CriteriaSet criteriaSet, QName roleType, Endpoint endpoint) Process the specified role and endpoint.booleanConstructor parameters in org.opensaml.saml.metadata.resolver.index.impl with type arguments of type EndpointModifierConstructorDescriptionEndpointMetadataIndex(Predicate<Endpoint> endpointPredicate) Constructor. -
Uses of Endpoint in org.opensaml.saml.saml2.metadata
Subinterfaces of Endpoint in org.opensaml.saml.saml2.metadataModifier and TypeInterfaceDescriptioninterfaceSAML 2.0 Metadata ArtifactResolutionService.interfaceSAML 2.0 Metadata AssertionConsumerService.interfaceSAML 2.0 Metadata AssertionIDRequestService.interfaceSAML 2.0 Metadata AttributeService.interfaceSAML 2.0 Metadata AuthnQueryService.interfaceSAML 2.0 Metadata AuthzService.interfaceSAML 2.0 Metadata IndexedEndpoint.interfaceSAML 2.0 Metadata ManageNameIDService.interfaceSAML 2.0 Metadata NameIDMappingService.interfaceSAML 2.0 Metadata SingleLogoutService.interfaceSAML 2.0 Metadata SingleSignOnService.Methods in org.opensaml.saml.saml2.metadata that return types with arguments of type EndpointModifier and TypeMethodDescriptionRoleDescriptor.getEndpoints()Gets immutable list of endpoints for this role.RoleDescriptor.getEndpoints(QName type) Gets a read-only list of endpoints for this role for the given type. -
Uses of Endpoint in org.opensaml.saml.saml2.metadata.impl
Classes in org.opensaml.saml.saml2.metadata.impl that implement EndpointModifier and TypeClassDescriptionclassConcrete implementation ofArtifactResolutionService.classConcrete implementation ofAssertionConsumerService.classConcrete implementation ofAssertionIDRequestService.classConcrete implementation ofAttributeService.classConcrete implementation ofAuthnQueryService.classConcrete implmentation ofAuthzService.classA concrete implementation ofEndpoint.classConcrete implementation ofIndexedEndpoint.classConcrete implementation ofManageNameIDService.classConcrete implementation ofNameIDMappingService.classConcrete implementation ofSingleLogoutService.classConcrete implementation ofSingleSignOnService.Methods in org.opensaml.saml.saml2.metadata.impl that return types with arguments of type EndpointModifier and TypeMethodDescriptionAttributeAuthorityDescriptorImpl.getEndpoints()Gets immutable list of endpoints for this role.AttributeAuthorityDescriptorImpl.getEndpoints(QName type) Gets a read-only list of endpoints for this role for the given type.AuthnAuthorityDescriptorImpl.getEndpoints()Gets immutable list of endpoints for this role.AuthnAuthorityDescriptorImpl.getEndpoints(QName type) Gets a read-only list of endpoints for this role for the given type.IDPSSODescriptorImpl.getEndpoints()Gets immutable list of endpoints for this role.IDPSSODescriptorImpl.getEndpoints(QName type) Gets a read-only list of endpoints for this role for the given type.PDPDescriptorImpl.getEndpoints()Gets immutable list of endpoints for this role.PDPDescriptorImpl.getEndpoints(QName type) Gets a read-only list of endpoints for this role for the given type.RoleDescriptorXSAnyAdapter.getEndpoints()Gets immutable list of endpoints for this role.RoleDescriptorXSAnyAdapter.getEndpoints(QName type) Gets a read-only list of endpoints for this role for the given type.SPSSODescriptorImpl.getEndpoints()Gets immutable list of endpoints for this role.SPSSODescriptorImpl.getEndpoints(QName type) Gets a read-only list of endpoints for this role for the given type.SSODescriptorImpl.getEndpoints()Gets immutable list of endpoints for this role.SSODescriptorImpl.getEndpoints(QName type) Gets a read-only list of endpoints for this role for the given type.