Uses of Enum Class
org.keycloak.adapters.saml.config.parsers.KeycloakSamlAdapterV1QNames
Packages that use KeycloakSamlAdapterV1QNames
-
Uses of KeycloakSamlAdapterV1QNames in org.keycloak.adapters.saml.config.parsers
Fields in org.keycloak.adapters.saml.config.parsers with type parameters of type KeycloakSamlAdapterV1QNamesModifier and TypeFieldDescriptionprotected static final QNameEnumLookup<KeycloakSamlAdapterV1QNames>AbstractKeycloakSamlAdapterV1Parser.LOOKUPMethods in org.keycloak.adapters.saml.config.parsers that return KeycloakSamlAdapterV1QNamesModifier and TypeMethodDescriptionprotected KeycloakSamlAdapterV1QNamesAbstractKeycloakSamlAdapterV1Parser.getElementFromName(QName name) static KeycloakSamlAdapterV1QNamesReturns the enum constant of this class with the specified name.static KeycloakSamlAdapterV1QNames[]KeycloakSamlAdapterV1QNames.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.keycloak.adapters.saml.config.parsers with parameters of type KeycloakSamlAdapterV1QNamesModifier and TypeMethodDescriptionprotected voidHttpClientParser.processSubElement(XMLEventReader xmlEventReader, IDP.HttpClientConfig target, KeycloakSamlAdapterV1QNames element, StartElement elementDetail) protected voidIdpParser.processSubElement(XMLEventReader xmlEventReader, IDP target, KeycloakSamlAdapterV1QNames element, StartElement elementDetail) protected voidKeycloakSamlAdapterV1Parser.processSubElement(XMLEventReader xmlEventReader, KeycloakSamlAdapter target, KeycloakSamlAdapterV1QNames element, StartElement elementDetail) protected voidKeyParser.processSubElement(XMLEventReader xmlEventReader, Key target, KeycloakSamlAdapterV1QNames element, StartElement elementDetail) protected voidKeysParser.processSubElement(XMLEventReader xmlEventReader, List<Key> target, KeycloakSamlAdapterV1QNames element, StartElement elementDetail) protected voidKeyStoreParser.processSubElement(XMLEventReader xmlEventReader, Key.KeyStoreConfig target, KeycloakSamlAdapterV1QNames element, StartElement elementDetail) protected voidPrincipalNameMappingParser.processSubElement(XMLEventReader xmlEventReader, SP.PrincipalNameMapping target, KeycloakSamlAdapterV1QNames element, StartElement elementDetail) protected voidRoleMappingParser.processSubElement(XMLEventReader xmlEventReader, Set<String> target, KeycloakSamlAdapterV1QNames element, StartElement elementDetail) protected voidRoleMappingsProviderParser.processSubElement(XMLEventReader xmlEventReader, SP.RoleMappingsProviderConfig target, KeycloakSamlAdapterV1QNames element, StartElement elementDetail) protected voidSingleLogoutServiceParser.processSubElement(XMLEventReader xmlEventReader, IDP.SingleLogoutService target, KeycloakSamlAdapterV1QNames element, StartElement elementDetail) protected voidSingleSignOnServiceParser.processSubElement(XMLEventReader xmlEventReader, IDP.SingleSignOnService target, KeycloakSamlAdapterV1QNames element, StartElement elementDetail) protected voidSpParser.processSubElement(XMLEventReader xmlEventReader, SP target, KeycloakSamlAdapterV1QNames element, StartElement elementDetail) Constructors in org.keycloak.adapters.saml.config.parsers with parameters of type KeycloakSamlAdapterV1QNamesModifierConstructorDescriptionAbstractKeycloakSamlAdapterV1Parser(KeycloakSamlAdapterV1QNames expectedStartElement)