Uses of Interface
org.keycloak.dom.saml.v2.SAML2Object
- 
Packages that use SAML2Object Package Description org.keycloak.dom.saml.v2.protocol Package containing the classes for the protocol of SAMLv2org.keycloak.protocol.saml org.keycloak.saml.processing.api.saml.v2.response org.keycloak.saml.processing.core.saml.v2.common 
- 
- 
Uses of SAML2Object in org.keycloak.dom.saml.v2.protocolClasses in org.keycloak.dom.saml.v2.protocol that implement SAML2Object Modifier and Type Class Description classArtifactResolveTypeJava class for ArtifactResolveType complex type.classArtifactResponseTypeJava class for ArtifactResponseType complex type.classAssertionIDRequestTypeJava class for AssertionIDRequestType complex type.classAttributeQueryTypeJava class for AttributeQueryType complex type.classAuthnQueryTypeJava class for AuthnQueryType complex type.classAuthnRequestTypeJava class for AuthnRequestType complex type.classAuthzDecisionQueryTypeJava class for AuthzDecisionQueryType complex type.classLogoutRequestTypeJava class for LogoutRequestType complex type.classManageNameIDRequestTypeJava class for ManageNameIDRequestType complex type.classNameIDMappingRequestTypeJava class for NameIDMappingRequestType complex type.classNameIDMappingResponseTypeJava class for NameIDMappingResponseType complex type.classRequestAbstractTypeJava class for RequestAbstractType complex type.classResponseTypeJava class for ResponseType complex type.classStatusResponseTypeJava class for StatusResponseType complex type.classSubjectQueryAbstractTypeJava class for SubjectQueryAbstractType complex type.
- 
Uses of SAML2Object in org.keycloak.protocol.samlMethods in org.keycloak.protocol.saml with parameters of type SAML2Object Modifier and Type Method Description 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.
- 
Uses of SAML2Object in org.keycloak.saml.processing.api.saml.v2.responseMethods in org.keycloak.saml.processing.api.saml.v2.response that return SAML2Object Modifier and Type Method Description SAML2ObjectSAML2Response. getSAML2ObjectFromStream(InputStream is)Read aSAML2Objectfrom an input stream
- 
Uses of SAML2Object in org.keycloak.saml.processing.core.saml.v2.commonMethods in org.keycloak.saml.processing.core.saml.v2.common that return SAML2Object Modifier and Type Method Description SAML2ObjectSAMLDocumentHolder. getSamlObject()Methods in org.keycloak.saml.processing.core.saml.v2.common with parameters of type SAML2Object Modifier and Type Method Description voidSAMLDocumentHolder. setSamlObject(SAML2Object samlObject)Constructors in org.keycloak.saml.processing.core.saml.v2.common with parameters of type SAML2Object Constructor Description SAMLDocumentHolder(SAML2Object samlObject)SAMLDocumentHolder(SAML2Object samlObject, Document samlDocument)
 
-