|
PicketLink Federation Core 2.1.6.Final-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ResponseType in org.picketlink.identity.federation.api.saml.v2.request |
---|
Methods in org.picketlink.identity.federation.api.saml.v2.request with parameters of type ResponseType | |
---|---|
Document |
SAML2Request.convert(ResponseType responseType)
Convert a SAML2 Response into a Document |
Uses of ResponseType in org.picketlink.identity.federation.api.saml.v2.response |
---|
Methods in org.picketlink.identity.federation.api.saml.v2.response that return ResponseType | |
---|---|
ResponseType |
SAML2Response.createResponseType(String ID)
Create an empty response type |
ResponseType |
SAML2Response.createResponseType(String ID,
IssuerInfoHolder issuerInfo,
AssertionType assertion)
Create a ResponseType |
ResponseType |
SAML2Response.createResponseType(String ID,
IssuerInfoHolder issuerInfo,
Element encryptedAssertion)
Create a ResponseType |
ResponseType |
SAML2Response.createResponseType(String ID,
SPInfoHolder sp,
IDPInfoHolder idp,
IssuerInfoHolder issuerInfo)
Create a ResponseType NOTE:: The PicketLink STS is used to issue/update the assertion If you want to control over the assertion being issued, then use SAML2Response.createResponseType(String, SPInfoHolder, IDPInfoHolder, IssuerInfoHolder, AssertionType) |
ResponseType |
SAML2Response.createResponseType(String ID,
SPInfoHolder sp,
IDPInfoHolder idp,
IssuerInfoHolder issuerInfo,
AssertionType assertion)
Construct a ResponseType without calling PicketLink STS for the assertion. |
ResponseType |
SAML2Response.getResponseType(InputStream is)
Read a ResponseType from an input stream |
Methods in org.picketlink.identity.federation.api.saml.v2.response with parameters of type ResponseType | |
---|---|
void |
SAML2Response.marshall(ResponseType responseType,
OutputStream os)
Marshall the response type to the output stream |
void |
SAML2Response.marshall(ResponseType responseType,
Writer writer)
Marshall the ResponseType into a writer |
Uses of ResponseType in org.picketlink.identity.federation.api.saml.v2.sig |
---|
Methods in org.picketlink.identity.federation.api.saml.v2.sig with parameters of type ResponseType | |
---|---|
Document |
SAML2Signature.sign(ResponseType response,
KeyPair keypair)
Sign an ResponseType at the root |
Document |
SAML2Signature.sign(ResponseType response,
String idValueOfAssertion,
KeyPair keypair,
String referenceURI)
Sign an assertion whose id value is provided in the response type |
Uses of ResponseType in org.picketlink.identity.federation.core.saml.v2.factories |
---|
Methods in org.picketlink.identity.federation.core.saml.v2.factories that return ResponseType | |
---|---|
static ResponseType |
JBossSAMLAuthnResponseFactory.createResponseType(String ID,
IssuerInfoHolder issuerInfo,
AssertionType assertionType)
Create a Response Type |
static ResponseType |
JBossSAMLAuthnResponseFactory.createResponseType(String ID,
IssuerInfoHolder issuerInfo,
Element encryptedAssertion)
Create a Response Type |
static ResponseType |
JBossSAMLAuthnResponseFactory.createResponseType(String ID,
SPInfoHolder sp,
IDPInfoHolder idp,
IssuerInfoHolder issuerInfo)
Create a ResponseType |
Uses of ResponseType in org.picketlink.identity.federation.core.saml.v2.util |
---|
Methods in org.picketlink.identity.federation.core.saml.v2.util that return ResponseType | |
---|---|
static ResponseType |
SOAPSAMLXACMLUtil.handleXACMLQuery(org.jboss.security.xacml.interfaces.PolicyDecisionPoint pdp,
String issuer,
XACMLAuthzDecisionQueryType xacmlRequest)
|
Uses of ResponseType in org.picketlink.identity.federation.core.saml.v2.writers |
---|
Methods in org.picketlink.identity.federation.core.saml.v2.writers with parameters of type ResponseType | |
---|---|
void |
SAMLResponseWriter.write(ResponseType response)
Write a ResponseType to stream |
Uses of ResponseType in org.picketlink.identity.federation.web.filters |
---|
Methods in org.picketlink.identity.federation.web.filters that return ResponseType | |
---|---|
protected ResponseType |
SPFilter.decryptAssertion(ResponseType responseType)
|
Methods in org.picketlink.identity.federation.web.filters with parameters of type ResponseType | |
---|---|
protected ResponseType |
SPFilter.decryptAssertion(ResponseType responseType)
|
Principal |
SPFilter.handleSAMLResponse(javax.servlet.http.HttpServletRequest request,
ResponseType responseType)
Handle the SAMLResponse from the IDP |
Uses of ResponseType in org.picketlink.identity.federation.web.util |
---|
Methods in org.picketlink.identity.federation.web.util with parameters of type ResponseType | |
---|---|
static String |
RedirectBindingSignatureUtil.getSAMLResponseURLWithSignature(ResponseType responseType,
String relayState,
PrivateKey signingKey)
Get the URL for the SAML request that contains the signature and signature algorithm |
|
PicketLink Federation Core 2.1.6.Final-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |