Uses of Class
org.keycloak.dom.saml.v2.metadata.EndpointType
-
Packages that use EndpointType Package Description org.keycloak.dom.saml.v2.metadata -
-
Uses of EndpointType in org.keycloak.dom.saml.v2.metadata
Subclasses of EndpointType in org.keycloak.dom.saml.v2.metadata Modifier and Type Class Description classIndexedEndpointTypeJava class for IndexedEndpointType complex type.Fields in org.keycloak.dom.saml.v2.metadata with type parameters of type EndpointType Modifier and Type Field Description protected 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 EndpointType Modifier and Type Method Description List<EndpointType>AttributeAuthorityDescriptorType. getAssertionIDRequestService()Gets the value of the assertionIDRequestService property.List<EndpointType>AuthnAuthorityDescriptorType. getAssertionIDRequestService()Gets the value of the assertionIDRequestService property.List<EndpointType>IDPSSODescriptorType. getAssertionIDRequestService()Gets the value of the assertionIDRequestService property.List<EndpointType>PDPDescriptorType. getAssertionIDRequestService()Gets the value of the assertionIDRequestService property.List<EndpointType>AttributeAuthorityDescriptorType. getAttributeService()Gets the value of the attributeService property.List<EndpointType>AuthnAuthorityDescriptorType. getAuthnQueryService()Gets the value of the authnQueryService property.List<EndpointType>PDPDescriptorType. getAuthzService()Gets the value of the authzService property.List<EndpointType>SSODescriptorType. getManageNameIDService()Gets the value of the manageNameIDService property.List<EndpointType>IDPSSODescriptorType. getNameIDMappingService()Gets the value of the nameIDMappingService property.List<EndpointType>SSODescriptorType. getSingleLogoutService()Gets the value of the singleLogoutService property.List<EndpointType>IDPSSODescriptorType. getSingleSignOnService()Gets the value of the singleSignOnService property.Methods in org.keycloak.dom.saml.v2.metadata with parameters of type EndpointType Modifier and Type Method Description voidAttributeAuthorityDescriptorType. 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
-