Uses of Class
org.keycloak.saml.processing.core.saml.v2.common.SAMLDocumentHolder
-
-
Uses of SAMLDocumentHolder in org.keycloak.saml
Methods in org.keycloak.saml that return SAMLDocumentHolder Modifier and Type Method Description static SAMLDocumentHolderSAMLRequestParser. parseRequestPostBinding(String samlMessage)static SAMLDocumentHolderSAMLRequestParser. parseRequestRedirectBinding(String samlMessage)static SAMLDocumentHolderSAMLRequestParser. parseResponseDocument(byte[] samlBytes)static SAMLDocumentHolderSAMLRequestParser. parseResponsePostBinding(String samlMessage)static SAMLDocumentHolderSAMLRequestParser. parseResponseRedirectBinding(String samlMessage) -
Uses of SAMLDocumentHolder in org.keycloak.saml.processing.api.saml.v2.request
Methods in org.keycloak.saml.processing.api.saml.v2.request that return SAMLDocumentHolder Modifier and Type Method Description static SAMLDocumentHolderSAML2Request. getSAML2ObjectFromDocument(Document samlDocument)Get the Underlying SAML2Object from a documentstatic SAMLDocumentHolderSAML2Request. getSAML2ObjectFromStream(InputStream is)Get the Underlying SAML2Object from the input streamSAMLDocumentHolderSAML2Request. getSamlDocumentHolder()Get the parsedSAMLDocumentHolder -
Uses of SAMLDocumentHolder in org.keycloak.saml.processing.api.saml.v2.response
Methods in org.keycloak.saml.processing.api.saml.v2.response that return SAMLDocumentHolder Modifier and Type Method Description SAMLDocumentHolderSAML2Response. getSamlDocumentHolder()Get the parsedSAMLDocumentHolder -
Uses of SAMLDocumentHolder in org.keycloak.saml.processing.core.saml.v2.util
Methods in org.keycloak.saml.processing.core.saml.v2.util with parameters of type SAMLDocumentHolder Modifier and Type Method Description static ElementAssertionUtil. decryptAssertion(SAMLDocumentHolder holder, ResponseType responseType, PrivateKey privateKey)This method modifies the given responseType, and replaces the encrypted assertion with a decrypted version.static AssertionTypeAssertionUtil. getAssertion(SAMLDocumentHolder holder, ResponseType responseType, PrivateKey privateKey)
-