Uses of Class
org.keycloak.dom.saml.v2.metadata.EntityDescriptorType.EDTDescriptorChoiceType
-
Packages that use EntityDescriptorType.EDTDescriptorChoiceType Package Description org.keycloak.dom.saml.v2.metadata -
-
Uses of EntityDescriptorType.EDTDescriptorChoiceType in org.keycloak.dom.saml.v2.metadata
Methods in org.keycloak.dom.saml.v2.metadata that return types with arguments of type EntityDescriptorType.EDTDescriptorChoiceType Modifier and Type Method Description List<EntityDescriptorType.EDTDescriptorChoiceType>EntityDescriptorType.EDTChoiceType. getDescriptors()Methods in org.keycloak.dom.saml.v2.metadata with parameters of type EntityDescriptorType.EDTDescriptorChoiceType Modifier and Type Method Description static EntityDescriptorType.EDTChoiceTypeEntityDescriptorType.EDTChoiceType. oneValue(EntityDescriptorType.EDTDescriptorChoiceType edt)Constructor parameters in org.keycloak.dom.saml.v2.metadata with type arguments of type EntityDescriptorType.EDTDescriptorChoiceType Constructor Description EDTChoiceType(List<EntityDescriptorType.EDTDescriptorChoiceType> descriptors)
-