|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ResponseType in org.jboss.identity.federation.api.saml.v2.response |
---|
Methods in org.jboss.identity.federation.api.saml.v2.response that return ResponseType | |
---|---|
ResponseType |
SAML2Response.createResponseType(java.lang.String ID,
IssuerInfoHolder issuerInfo,
AssertionType assertion)
|
ResponseType |
SAML2Response.createResponseType(java.lang.String ID,
SPInfoHolder sp,
IDPInfoHolder idp,
IssuerInfoHolder issuerInfo)
Create a ResponseType |
ResponseType |
SAML2Response.getResponseType(java.io.InputStream is)
Read a ResponseType from an input stream |
Methods in org.jboss.identity.federation.api.saml.v2.response with parameters of type ResponseType | |
---|---|
org.w3c.dom.Document |
SAML2Response.convert(ResponseType responseType)
|
void |
SAML2Response.marshall(ResponseType responseType,
java.io.OutputStream os)
Marshall the response type to the output stream |
void |
SAML2Response.marshall(ResponseType responseType,
java.io.Writer writer)
Marshall the ResponseType into a writer |
Uses of ResponseType in org.jboss.identity.federation.bindings.tomcat.idp |
---|
Methods in org.jboss.identity.federation.bindings.tomcat.idp that return ResponseType | |
---|---|
protected ResponseType |
IDPRedirectValve.getResponse(org.apache.catalina.connector.Request request,
java.security.Principal userPrincipal)
Create a response type |
protected ResponseType |
IDPRedirectWithSignatureValve.getResponse(org.apache.catalina.connector.Request request,
java.security.Principal userPrincipal)
|
Methods in org.jboss.identity.federation.bindings.tomcat.idp with parameters of type ResponseType | |
---|---|
protected void |
IDPRedirectValve.send(ResponseType responseType,
java.lang.String relayState,
org.apache.catalina.connector.Response response)
|
Uses of ResponseType in org.jboss.identity.federation.bindings.tomcat.sp |
---|
Methods in org.jboss.identity.federation.bindings.tomcat.sp that return ResponseType | |
---|---|
protected ResponseType |
SPRedirectSignatureFormAuthenticator.decryptAssertion(ResponseType responseType)
|
protected ResponseType |
SPRedirectFormAuthenticator.decryptAssertion(ResponseType responseType)
Subclasses should provide the implementation |
Methods in org.jboss.identity.federation.bindings.tomcat.sp with parameters of type ResponseType | |
---|---|
protected ResponseType |
SPRedirectSignatureFormAuthenticator.decryptAssertion(ResponseType responseType)
|
protected ResponseType |
SPRedirectFormAuthenticator.decryptAssertion(ResponseType responseType)
Subclasses should provide the implementation |
java.security.Principal |
SPUtil.handleSAMLResponse(org.apache.catalina.connector.Request request,
ResponseType responseType)
Handle the SAMLResponse from the IDP |
Uses of ResponseType in org.jboss.identity.federation.bindings.util |
---|
Methods in org.jboss.identity.federation.bindings.util with parameters of type ResponseType | |
---|---|
static java.lang.String |
RedirectBindingSignatureUtil.getSAMLResponseURLWithSignature(ResponseType responseType,
java.lang.String relayState,
java.security.PrivateKey signingKey)
Get the URL for the SAML request that contains the signature and signature algorithm |
Uses of ResponseType in org.jboss.identity.federation.core.saml.v2.factories |
---|
Methods in org.jboss.identity.federation.core.saml.v2.factories that return ResponseType | |
---|---|
static ResponseType |
JBossSAMLAuthnResponseFactory.createResponseType(java.lang.String ID,
IssuerInfoHolder issuerInfo,
AssertionType assertionType)
|
static ResponseType |
JBossSAMLAuthnResponseFactory.createResponseType(java.lang.String ID,
SPInfoHolder sp,
IDPInfoHolder idp,
IssuerInfoHolder issuerInfo)
Create a ResponseType |
Uses of ResponseType in org.jboss.identity.federation.core.saml.v2.util |
---|
Methods in org.jboss.identity.federation.core.saml.v2.util with parameters of type ResponseType | |
---|---|
static javax.xml.bind.JAXBElement<?> |
JAXBElementMappingUtil.get(ResponseType responseType)
Get the JAXBElement for response |
Uses of ResponseType in org.jboss.identity.federation.saml.v2.protocol |
---|
Methods in org.jboss.identity.federation.saml.v2.protocol that return ResponseType | |
---|---|
ResponseType |
ObjectFactory.createResponseType()
Create an instance of ResponseType |
Methods in org.jboss.identity.federation.saml.v2.protocol that return types with arguments of type ResponseType | |
---|---|
javax.xml.bind.JAXBElement<ResponseType> |
ObjectFactory.createResponse(ResponseType value)
Create an instance of JAXBElement < ResponseType > } |
Methods in org.jboss.identity.federation.saml.v2.protocol with parameters of type ResponseType | |
---|---|
javax.xml.bind.JAXBElement<ResponseType> |
ObjectFactory.createResponse(ResponseType value)
Create an instance of JAXBElement < ResponseType > } |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |