Uses of Class
org.keycloak.dom.saml.v2.metadata.EndpointType
Package
Description
-
Uses of EndpointType in org.keycloak.dom.saml.v2.metadata
Modifier and TypeClassDescriptionclass
Java class for IndexedEndpointType complex type.Modifier and TypeFieldDescriptionprotected List<EndpointType>
AttributeAuthorityDescriptorType.assertionIDRequestService
protected List<EndpointType>
AuthnAuthorityDescriptorType.assertionIDRequestService
protected List<EndpointType>
IDPSSODescriptorType.assertionIDRequestService
protected List<EndpointType>
PDPDescriptorType.assertionIDRequestService
protected List<EndpointType>
AttributeAuthorityDescriptorType.attributeService
protected List<EndpointType>
AuthnAuthorityDescriptorType.authnQueryService
protected List<EndpointType>
PDPDescriptorType.authzService
protected List<EndpointType>
SSODescriptorType.manageNameIDService
protected List<EndpointType>
IDPSSODescriptorType.nameIDMappingService
protected List<EndpointType>
SSODescriptorType.singleLogoutService
protected List<EndpointType>
IDPSSODescriptorType.singleSignOnService
Modifier 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.Modifier and TypeMethodDescriptionvoid
AttributeAuthorityDescriptorType.addAssertionIDRequestService
(EndpointType endpoint) Add an assertion id request servicevoid
AuthnAuthorityDescriptorType.addAssertionIDRequestService
(EndpointType endpoint) Add assertion id request servicevoid
IDPSSODescriptorType.addAssertionIDRequestService
(EndpointType endpt) Add assertion id request servicevoid
PDPDescriptorType.addAssertionIDRequestService
(EndpointType endpt) Add assertion id request servicevoid
AttributeAuthorityDescriptorType.addAttributeService
(EndpointType endpoint) Add an attribute servicevoid
AuthnAuthorityDescriptorType.addAuthnQueryService
(EndpointType endpoint) Add authn query servicevoid
PDPDescriptorType.addAuthZService
(EndpointType endpt) Add authorization servicevoid
SSODescriptorType.addManageNameIDService
(EndpointType end) Add manage name id servicevoid
IDPSSODescriptorType.addNameIDMappingService
(EndpointType endpt) Add name id mapping servicevoid
SSODescriptorType.addSingleLogoutService
(EndpointType endpt) Add SLO Servicevoid
IDPSSODescriptorType.addSingleSignOnService
(EndpointType endpt) Add a SSO servicevoid
AttributeAuthorityDescriptorType.removeAssertionIDRequestService
(EndpointType endpoint) Remove assertion id request servicevoid
AuthnAuthorityDescriptorType.removeAssertionIDRequestService
(EndpointType endpoint) remove assertion id request servicevoid
IDPSSODescriptorType.removeAssertionIDRequestService
(EndpointType endpt) remove assertion id request servicevoid
PDPDescriptorType.removeAssertionIDRequestService
(EndpointType endpt) remove assertion id request servicevoid
AttributeAuthorityDescriptorType.removeAttributeService
(EndpointType endpoint) Remove an attribute servicevoid
AuthnAuthorityDescriptorType.removeAuthnQueryService
(EndpointType endpoint) Remove authn query servicevoid
PDPDescriptorType.removeAuthZService
(EndpointType endpt) remove authorization servicevoid
SSODescriptorType.removeManageNameIDService
(EndpointType end) remove manage name id servicevoid
IDPSSODescriptorType.removeNameIDMappingService
(EndpointType endpt) remove name id mapping servicevoid
SSODescriptorType.removeSingleLogoutService
(EndpointType endpt) remove SLO Servicevoid
IDPSSODescriptorType.removeSingleSignOnService
(EndpointType endpt) Remove a SSO service -
Uses of EndpointType in org.keycloak.saml.processing.core.parsers.saml.metadata
Modifier and TypeMethodDescriptionprotected EndpointType
SAMLEndpointTypeParser.instantiateElement
(XMLEventReader xmlEventReader, StartElement element) Modifier and TypeMethodDescriptionprotected void
SAMLEndpointTypeParser.processSubElement
(XMLEventReader xmlEventReader, EndpointType target, SAMLMetadataQNames element, StartElement elementDetail) -
Uses of EndpointType in org.keycloak.saml.processing.core.saml.v2.writers
Modifier and TypeMethodDescriptionvoid
SAMLMetadataWriter.writeAttributeService
(EndpointType endpoint) void
SAMLMetadataWriter.writeSingleLogoutService
(EndpointType endpoint) void
SAMLMetadataWriter.writeSingleSignOnService
(EndpointType endpoint)