Uses of Class
org.keycloak.saml.processing.core.parsers.saml.protocol.SAMLProtocolQNames
-
Packages that use SAMLProtocolQNames Package Description org.keycloak.saml.processing.core.parsers.saml.protocol -
-
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 SAMLProtocolQNames Modifier and Type Field Description protected static QNameEnumLookup<SAMLProtocolQNames>AbstractStaxSamlProtocolParser. LOOKUPMethods in org.keycloak.saml.processing.core.parsers.saml.protocol that return SAMLProtocolQNames Modifier and Type Method Description protected SAMLProtocolQNamesAbstractStaxSamlProtocolParser. getElementFromName(QName name)static SAMLProtocolQNamesSAMLProtocolQNames. valueOf(String name)Returns the enum constant of this type with the specified name.static SAMLProtocolQNames[]SAMLProtocolQNames. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.keycloak.saml.processing.core.parsers.saml.protocol with parameters of type SAMLProtocolQNames Modifier and Type Method Description protected 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 SAMLProtocolQNames Constructor Description AbstractStaxSamlProtocolParser(SAMLProtocolQNames expectedStartElement)SAMLRequestAbstractParser(SAMLProtocolQNames expectedStartElement)SAMLStatusResponseTypeParser(SAMLProtocolQNames expectedStartElement)
-