Uses of Class
org.keycloak.dom.saml.v2.metadata.EndpointType
Packages that use EndpointType
Package
Description
-
Uses of EndpointType in org.keycloak.dom.saml.v2.metadata
Subclasses of EndpointType in org.keycloak.dom.saml.v2.metadataModifier and TypeClassDescriptionclassJava class for IndexedEndpointType complex type.Fields in org.keycloak.dom.saml.v2.metadata with type parameters of type EndpointTypeModifier and TypeFieldDescriptionprotected List<EndpointType>AttributeAuthorityDescriptorType.assertionIDRequestServiceprotected List<EndpointType>AuthnAuthorityDescriptorType.assertionIDRequestServiceprotected List<EndpointType>IDPSSODescriptorType.assertionIDRequestServiceprotected List<EndpointType>PDPDescriptorType.assertionIDRequestServiceprotected List<EndpointType>AttributeAuthorityDescriptorType.attributeServiceprotected List<EndpointType>AuthnAuthorityDescriptorType.authnQueryServiceprotected List<EndpointType>PDPDescriptorType.authzServiceprotected List<EndpointType>SSODescriptorType.manageNameIDServiceprotected List<EndpointType>IDPSSODescriptorType.nameIDMappingServiceprotected List<EndpointType>SSODescriptorType.singleLogoutServiceprotected List<EndpointType>IDPSSODescriptorType.singleSignOnServiceMethods in org.keycloak.dom.saml.v2.metadata that return types with arguments of type EndpointTypeModifier and TypeMethodDescriptionAttributeAuthorityDescriptorType.getAssertionIDRequestService()Gets the value of the assertionIDRequestService property.AuthnAuthorityDescriptorType.getAssertionIDRequestService()Gets the value of the assertionIDRequestService property.IDPSSODescriptorType.getAssertionIDRequestService()Gets the value of the assertionIDRequestService property.PDPDescriptorType.getAssertionIDRequestService()Gets the value of the assertionIDRequestService property.AttributeAuthorityDescriptorType.getAttributeService()Gets the value of the attributeService property.AuthnAuthorityDescriptorType.getAuthnQueryService()Gets the value of the authnQueryService property.PDPDescriptorType.getAuthzService()Gets the value of the authzService property.SSODescriptorType.getManageNameIDService()Gets the value of the manageNameIDService property.IDPSSODescriptorType.getNameIDMappingService()Gets the value of the nameIDMappingService property.SSODescriptorType.getSingleLogoutService()Gets the value of the singleLogoutService property.IDPSSODescriptorType.getSingleSignOnService()Gets the value of the singleSignOnService property.Methods in org.keycloak.dom.saml.v2.metadata with parameters of type EndpointTypeModifier and TypeMethodDescriptionvoidAttributeAuthorityDescriptorType.addAssertionIDRequestService(EndpointType endpoint) Add an assertion id request servicevoidAuthnAuthorityDescriptorType.addAssertionIDRequestService(EndpointType endpoint) Add assertion id request servicevoidIDPSSODescriptorType.addAssertionIDRequestService(EndpointType endpt) Add assertion id request servicevoidPDPDescriptorType.addAssertionIDRequestService(EndpointType endpt) Add assertion id request servicevoidAttributeAuthorityDescriptorType.addAttributeService(EndpointType endpoint) Add an attribute servicevoidAuthnAuthorityDescriptorType.addAuthnQueryService(EndpointType endpoint) Add authn query servicevoidPDPDescriptorType.addAuthZService(EndpointType endpt) Add authorization servicevoidSSODescriptorType.addManageNameIDService(EndpointType end) Add manage name id servicevoidIDPSSODescriptorType.addNameIDMappingService(EndpointType endpt) Add name id mapping servicevoidSSODescriptorType.addSingleLogoutService(EndpointType endpt) Add SLO ServicevoidIDPSSODescriptorType.addSingleSignOnService(EndpointType endpt) Add a SSO servicevoidAttributeAuthorityDescriptorType.removeAssertionIDRequestService(EndpointType endpoint) Remove assertion id request servicevoidAuthnAuthorityDescriptorType.removeAssertionIDRequestService(EndpointType endpoint) remove assertion id request servicevoidIDPSSODescriptorType.removeAssertionIDRequestService(EndpointType endpt) remove assertion id request servicevoidPDPDescriptorType.removeAssertionIDRequestService(EndpointType endpt) remove assertion id request servicevoidAttributeAuthorityDescriptorType.removeAttributeService(EndpointType endpoint) Remove an attribute servicevoidAuthnAuthorityDescriptorType.removeAuthnQueryService(EndpointType endpoint) Remove authn query servicevoidPDPDescriptorType.removeAuthZService(EndpointType endpt) remove authorization servicevoidSSODescriptorType.removeManageNameIDService(EndpointType end) remove manage name id servicevoidIDPSSODescriptorType.removeNameIDMappingService(EndpointType endpt) remove name id mapping servicevoidSSODescriptorType.removeSingleLogoutService(EndpointType endpt) remove SLO ServicevoidIDPSSODescriptorType.removeSingleSignOnService(EndpointType endpt) Remove a SSO service -
Uses of EndpointType in org.keycloak.saml
Method parameters in org.keycloak.saml with type arguments of type EndpointTypeModifier and TypeMethodDescriptionstatic EntityDescriptorTypeSPMetadataDescriptor.buildSPDescriptor(List<EndpointType> assertionConsumerServices, List<EndpointType> singleLogoutServices, boolean wantAuthnRequestsSigned, boolean wantAssertionsSigned, boolean wantAssertionsEncrypted, String entityId, String nameIDPolicyFormat, List<KeyDescriptorType> signingCerts, List<KeyDescriptorType> encryptionCerts) -
Uses of EndpointType in org.keycloak.saml.processing.core.parsers.saml.metadata
Methods in org.keycloak.saml.processing.core.parsers.saml.metadata that return EndpointTypeModifier and TypeMethodDescriptionprotected EndpointTypeSAMLEndpointTypeParser.instantiateElement(XMLEventReader xmlEventReader, StartElement element) Methods in org.keycloak.saml.processing.core.parsers.saml.metadata with parameters of type EndpointTypeModifier and TypeMethodDescriptionprotected voidSAMLEndpointTypeParser.processSubElement(XMLEventReader xmlEventReader, EndpointType target, SAMLMetadataQNames element, StartElement elementDetail) -
Uses of EndpointType in org.keycloak.saml.processing.core.saml.v2.writers
Methods in org.keycloak.saml.processing.core.saml.v2.writers with parameters of type EndpointTypeModifier and TypeMethodDescriptionvoidSAMLMetadataWriter.writeAttributeService(EndpointType endpoint) voidSAMLMetadataWriter.writeSingleLogoutService(EndpointType endpoint) voidSAMLMetadataWriter.writeSingleSignOnService(EndpointType endpoint)