Uses of Enum Class
org.keycloak.saml.processing.core.parsers.saml.protocol.SAMLProtocolQNames
Packages that use SAMLProtocolQNames
-
Uses of SAMLProtocolQNames in org.keycloak.saml.processing.core.parsers.saml.protocol
Fields in org.keycloak.saml.processing.core.parsers.saml.protocol with type parameters of type SAMLProtocolQNamesModifier and TypeFieldDescriptionprotected static final QNameEnumLookup<SAMLProtocolQNames>AbstractStaxSamlProtocolParser.LOOKUPMethods in org.keycloak.saml.processing.core.parsers.saml.protocol that return SAMLProtocolQNamesModifier and TypeMethodDescriptionprotected SAMLProtocolQNamesAbstractStaxSamlProtocolParser.getElementFromName(QName name) static SAMLProtocolQNamesReturns the enum constant of this class with the specified name.static SAMLProtocolQNames[]SAMLProtocolQNames.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.keycloak.saml.processing.core.parsers.saml.protocol with parameters of type SAMLProtocolQNamesModifier and TypeMethodDescriptionprotected voidSAMLRequestAbstractParser.parseCommonElements(SAMLProtocolQNames element, StartElement elementDetail, XMLEventReader xmlEventReader, RequestAbstractType request) If the current element is one of the common request elements (Issuer, Signature, Extensions), parses it.protected voidSAMLArtifactResolveParser.processSubElement(XMLEventReader xmlEventReader, ArtifactResolveType target, SAMLProtocolQNames element, StartElement elementDetail) protected voidSAMLArtifactResponseParser.processSubElement(XMLEventReader xmlEventReader, ArtifactResponseType target, SAMLProtocolQNames element, StartElement elementDetail) protected voidSAMLAttributeQueryParser.processSubElement(XMLEventReader xmlEventReader, AttributeQueryType target, SAMLProtocolQNames element, StartElement elementDetail) protected voidSAMLAuthNRequestParser.processSubElement(XMLEventReader xmlEventReader, AuthnRequestType target, SAMLProtocolQNames element, StartElement elementDetail) protected voidSAMLExtensionsParser.processSubElement(XMLEventReader xmlEventReader, ExtensionsType target, SAMLProtocolQNames element, StartElement elementDetail) protected voidSAMLRequestedAuthnContextParser.processSubElement(XMLEventReader xmlEventReader, RequestedAuthnContextType target, SAMLProtocolQNames element, StartElement elementDetail) protected voidSAMLResponseParser.processSubElement(XMLEventReader xmlEventReader, ResponseType target, SAMLProtocolQNames element, StartElement elementDetail) protected voidSAMLSloRequestParser.processSubElement(XMLEventReader xmlEventReader, LogoutRequestType target, SAMLProtocolQNames element, StartElement elementDetail) protected voidSAMLSloResponseParser.processSubElement(XMLEventReader xmlEventReader, StatusResponseType target, SAMLProtocolQNames element, StartElement elementDetail) protected voidSAMLStatusCodeParser.processSubElement(XMLEventReader xmlEventReader, StatusCodeType target, SAMLProtocolQNames element, StartElement elementDetail) protected voidSAMLStatusParser.processSubElement(XMLEventReader xmlEventReader, StatusType target, SAMLProtocolQNames element, StartElement elementDetail) Constructors in org.keycloak.saml.processing.core.parsers.saml.protocol with parameters of type SAMLProtocolQNamesModifierConstructorDescriptionAbstractStaxSamlProtocolParser(SAMLProtocolQNames expectedStartElement) protectedSAMLRequestAbstractParser(SAMLProtocolQNames expectedStartElement) protectedSAMLStatusResponseTypeParser(SAMLProtocolQNames expectedStartElement)