Uses of Class
org.keycloak.saml.common.exceptions.ConfigurationException
- 
- 
Uses of ConfigurationException in org.keycloak.broker.samlMethods in org.keycloak.broker.saml that throw ConfigurationException Modifier and Type Method Description protected LogoutRequestTypeSAMLIdentityProvider. buildLogoutRequest(UserSessionModel userSession, javax.ws.rs.core.UriInfo uriInfo, RealmModel realm, String singleLogoutServiceUrl, SamlProtocolExtensionsAwareBuilder.NodeGenerator... extensions)
- 
Uses of ConfigurationException in org.keycloak.protocol.oidc.endpointsMethods in org.keycloak.protocol.oidc.endpoints that throw ConfigurationException Modifier and Type Method Description protected javax.ws.rs.core.ResponseTokenEndpoint.TokenExchangeSamlProtocol. buildAuthenticatedResponse(AuthenticatedClientSessionModel clientSession, String redirectUri, Document samlDocument, JaxrsSAML2BindingBuilder bindingBuilder)protected javax.ws.rs.core.ResponseTokenEndpoint.TokenExchangeSamlProtocol. buildErrorResponse(boolean isPostBinding, String destination, JaxrsSAML2BindingBuilder binding, Document document)
- 
Uses of ConfigurationException in org.keycloak.protocol.samlMethods in org.keycloak.protocol.saml that throw ConfigurationException Modifier and Type Method Description javax.ws.rs.core.ResponseSamlService. artifactResolve(ArtifactResolveType artifactResolveMessage, SAMLDocumentHolder artifactResolveHolder)Takes an artifact resolve message and returns the artifact response, if the artifact is found belonging to a session of the issuer.protected StringSamlProtocol. buildArtifactAndStoreResponse(SAML2Object saml2Object, AuthenticatedClientSessionModel clientSessionModel)protected StringSamlProtocol. buildArtifactAndStoreResponse(SAML2Object statusResponseType, UserSessionModel userSession)protected javax.ws.rs.core.ResponseSamlProtocol. buildArtifactAuthenticatedResponse(AuthenticatedClientSessionModel clientSession, String redirectUri, SAML2Object samlDocument, JaxrsSAML2BindingBuilder bindingBuilder)This method, instead of sending the actual response with the token sends the artifact message via post or redirect.static ArtifactResponseTypeSamlProtocolUtils. buildArtifactResponse(SAML2Object samlObject, NameIDType issuer)Takes a saml object (an object that will be part of resulting ArtifactResponse), and inserts it as the body of an ArtifactResponse.static ArtifactResponseTypeSamlProtocolUtils. buildArtifactResponse(SAML2Object samlObject, NameIDType issuer, URI statusCode)Takes a saml object (an object that will be part of resulting ArtifactResponse), and inserts it as the body of an ArtifactResponse.static ArtifactResponseTypeSamlProtocolUtils. buildArtifactResponse(Document document)Takes a saml document and inserts it as a body of ArtifactResponseTypeprotected javax.ws.rs.core.ResponseSamlProtocol. buildAuthenticatedResponse(AuthenticatedClientSessionModel clientSession, String redirectUri, Document samlDocument, JaxrsSAML2BindingBuilder bindingBuilder)protected javax.ws.rs.core.ResponseSamlProtocol. buildErrorResponse(boolean isPostBinding, String destination, JaxrsSAML2BindingBuilder binding, Document document)protected javax.ws.rs.core.ResponseSamlProtocol. buildLogoutArtifactResponse(UserSessionModel userSession, String redirectUri, StatusResponseType statusResponseType, JaxrsSAML2BindingBuilder bindingBuilder)This method, instead of sending the actual response with the token, sends the artifact message via post or redirect.protected javax.ws.rs.core.ResponseSamlProtocol. buildLogoutResponse(UserSessionModel userSession, String logoutBindingUri, SAML2LogoutResponseBuilder builder, JaxrsSAML2BindingBuilder binding)static DocumentSamlProtocolUtils. convert(ArtifactResponseType responseType)Convert a SAML2 ArtifactResponse into a Documentprotected LogoutRequestTypeSamlProtocol. createLogoutRequest(String logoutUrl, AuthenticatedClientSessionModel clientSession, ClientModel client, SamlProtocolExtensionsAwareBuilder.NodeGenerator... extensions)javax.ws.rs.core.ResponseJaxrsSAML2BindingBuilder.PostBindingBuilder. request(String actionUrl)javax.ws.rs.core.ResponseJaxrsSAML2BindingBuilder.RedirectBindingBuilder. request(String redirect)javax.ws.rs.core.ResponseJaxrsSAML2BindingBuilder.PostBindingBuilder. response(String actionUrl)javax.ws.rs.core.ResponseJaxrsSAML2BindingBuilder.RedirectBindingBuilder. response(String redirectUri)javax.ws.rs.core.ResponseJaxrsSAML2BindingBuilder.SoapBindingBuilder. response()
- 
Uses of ConfigurationException in org.keycloak.samlMethods in org.keycloak.saml that throw ConfigurationException Modifier and Type Method Description StringBaseSAML2BindingBuilder. base64Encoded(Document document)DocumentSAML2LoginResponseBuilder. buildDocument(ResponseType responseType)DocumentSAML2LogoutRequestBuilder. buildDocument()StringBaseSAML2BindingBuilder. buildHtmlPostResponse(Document responseDoc, String actionUrl, boolean asRequest)ResponseTypeSAML2LoginResponseBuilder. buildModel()StatusResponseTypeSAML2LogoutResponseBuilder. buildModel()LogoutRequestTypeSAML2LogoutRequestBuilder. createLogoutRequest()StringBaseSAML2BindingBuilder.BasePostBindingBuilder. encoded()URIBaseSAML2BindingBuilder. generateRedirectUri(String samlParameterName, String redirectUri, Document document)URIBaseSAML2BindingBuilder.BaseRedirectBindingBuilder. generateURI(String redirectUri, boolean asRequest)StringBaseSAML2BindingBuilder.BasePostBindingBuilder. getHtmlRequest(String actionUrl)StringBaseSAML2BindingBuilder.BasePostBindingBuilder. getHtmlResponse(String actionUrl)static StringBaseSAML2BindingBuilder. getSAMLResponse(Document responseDoc)URIBaseSAML2BindingBuilder.BaseRedirectBindingBuilder. requestURI(String actionUrl)URIBaseSAML2BindingBuilder.BaseRedirectBindingBuilder. responseURI(String actionUrl)
- 
Uses of ConfigurationException in org.keycloak.saml.commonMethods in org.keycloak.saml.common with parameters of type ConfigurationException Modifier and Type Method Description voidDefaultPicketLinkLogger. authenticationManagerError(ConfigurationException e)voidPicketLinkLogger. authenticationManagerError(ConfigurationException e)voidDefaultPicketLinkLogger. authorizationManagerError(ConfigurationException e)voidPicketLinkLogger. authorizationManagerError(ConfigurationException e)
- 
Uses of ConfigurationException in org.keycloak.saml.common.exceptionsSubclasses of ConfigurationException in org.keycloak.saml.common.exceptions Modifier and Type Class Description classTrustKeyConfigurationExceptionConfigurationException in the TrustKeyManager
- 
Uses of ConfigurationException in org.keycloak.saml.common.utilMethods in org.keycloak.saml.common.util that throw ConfigurationException Modifier and Type Method Description static DocumentDocumentUtil. createDocument()Create a new documentstatic DocumentDocumentUtil. getDocument(File file)Get Document from a filestatic DocumentDocumentUtil. getDocument(InputStream is)Get Document from an inputstreamstatic DocumentDocumentUtil. getDocument(Reader reader)Parse a document from a readerstatic DocumentDocumentUtil. getDocument(String docString)Parse a document from the stringstatic StringDocumentUtil. getDocumentAsString(Document signedDoc)Marshall a document into a Stringstatic InputStreamDocumentUtil. getNodeAsStream(Node node)Stream a DOM Node as an input streamstatic StringDocumentUtil. getNodeAsString(Node node)Marshall a DOM Node into a Stringstatic InputStreamDocumentUtil. getSourceAsStream(Source source)Get theSourceas anInputStreamstatic TransformerTransformerUtil. getStaxSourceToDomResultTransformer()Get the Custom Stax Source to DOM result transformer that has been written to get over the JDK transformer bugs (JDK6) as well as the issue of Xalan installing its Transformer (which does not support stax).static TransformerTransformerUtil. getTransformer()Get the Default Transformer
- 
Uses of ConfigurationException in org.keycloak.saml.processing.api.saml.v2.requestMethods in org.keycloak.saml.processing.api.saml.v2.request that throw ConfigurationException Modifier and Type Method Description static DocumentSAML2Request. convert(RequestAbstractType rat)Return the DOM objectstatic DocumentSAML2Request. convert(ResponseType responseType)Convert a SAML2 Response into a DocumentAuthnRequestTypeSAML2Request. createAuthnRequestType(String id, String assertionConsumerURL, String destination, String issuerValue)Create authentication request with protocolBinding defaulting to POSTAuthnRequestTypeSAML2Request. createAuthnRequestType(String id, String assertionConsumerURL, String destination, String issuerValue, URI protocolBinding)Create an authentication requeststatic LogoutRequestTypeSAML2Request. createLogoutRequest(NameIDType issuer)Create a Logout RequestAuthnRequestTypeSAML2Request. getAuthnRequestType(InputStream is)Get the AuthnRequestType from an input streamAuthnRequestTypeSAML2Request. getAuthnRequestType(String fileName)Get AuthnRequestType from a fileRequestAbstractTypeSAML2Request. getRequestType(InputStream is)Get a Request Type from Input Streamstatic SAMLDocumentHolderSAML2Request. getSAML2ObjectFromStream(InputStream is)Get the Underlying SAML2Object from the input stream
- 
Uses of ConfigurationException in org.keycloak.saml.processing.api.saml.v2.responseMethods in org.keycloak.saml.processing.api.saml.v2.response that throw ConfigurationException Modifier and Type Method Description DocumentSAML2Response. convert(EncryptedElementType encryptedElementType)Convert an EncryptedElement into a Documentstatic DocumentSAML2Response. convert(StatusResponseType responseType)Convert a SAML2 Response into a DocumentResponseTypeSAML2Response. createResponseType(String ID, IssuerInfoHolder issuerInfo, Element encryptedAssertion)Create a ResponseTypevoidSAML2Response. createTimedConditions(AssertionType assertion, long durationInMilis)Add validity conditions to the SAML2 AssertionAssertionTypeSAML2Response. getAssertionType(InputStream is)Read an assertion from an input streamEncryptedAssertionTypeSAML2Response. getEncryptedAssertion(InputStream is)Get an encrypted assertion from the streamResponseTypeSAML2Response. getResponseType(InputStream is)Read a ResponseType from an input streamSAML2ObjectSAML2Response. getSAML2ObjectFromStream(InputStream is)Read aSAML2Objectfrom an input stream
- 
Uses of ConfigurationException in org.keycloak.saml.processing.core.parsers.samlMethods in org.keycloak.saml.processing.core.parsers.saml that throw ConfigurationException Modifier and Type Method Description SAML11AssertionTypeSAML11AssertionParser. fromElement(Element element)
- 
Uses of ConfigurationException in org.keycloak.saml.processing.core.saml.v2.utilMethods in org.keycloak.saml.processing.core.saml.v2.util that throw ConfigurationException Modifier and Type Method Description static voidAssertionUtil. createSAML11TimedConditions(SAML11AssertionType assertion, long durationInMilis, long clockSkew)Add validity conditions to the SAML2 Assertionstatic voidAssertionUtil. createTimedConditions(AssertionType assertion, long durationInMilis)Add validity conditions to the SAML2 Assertionstatic voidAssertionUtil. createTimedConditions(AssertionType assertion, long durationInMilis, long clockSkew)Add validity conditions to the SAML2 Assertionstatic ElementAssertionUtil. decryptAssertion(ResponseType responseType, PrivateKey privateKey)static ElementAssertionUtil. decryptAssertion(ResponseType responseType, XMLEncryptionUtil.DecryptionKeyLocator decryptionKeyLocator)This method modifies the given responseType, and replaces the encrypted assertion with a decrypted version.static voidAssertionUtil. decryptId(ResponseType responseType, XMLEncryptionUtil.DecryptionKeyLocator decryptionKeyLocator)This method modifies the given responseType, and replaces the encrypted id with a decrypted version.static AssertionTypeAssertionUtil. getAssertion(SAMLDocumentHolder holder, ResponseType responseType, PrivateKey privateKey)static X509CertificateSAMLMetadataUtil. getCertificate(KeyDescriptorType keyDescriptor)Get theX509Certificatefrom the KeyInfostatic booleanAssertionUtil. hasExpired(SAML11AssertionType assertion)Check whether the assertion has expiredstatic booleanAssertionUtil. hasExpired(SAML11AssertionType assertion, long clockSkewInMilis)Verify whether the assertion has expired.static booleanAssertionUtil. hasExpired(AssertionType assertion)Check whether the assertion has expired.static booleanAssertionUtil. hasExpired(AssertionType assertion, long clockSkewInMilis)Verify whether the assertion has expired.
 
-