public class SAML2LogoutRequestBuilder extends SAML2BindingBuilder<SAML2LogoutRequestBuilder>
SAML2BindingBuilder.PostBindingBuilder, SAML2BindingBuilder.RedirectBindingBuilder
Modifier and Type | Field and Description |
---|---|
protected String |
userPrincipal |
destination, encrypt, encryptionAlgorithm, encryptionKeySize, encryptionPublicKey, relayState, responseIssuer, sign, signAssertions, signatureAlgorithm, signingCertificate, signingKeyPair
Constructor and Description |
---|
SAML2LogoutRequestBuilder() |
Modifier and Type | Method and Description |
---|---|
Document |
buildDocument() |
SAML2BindingBuilder.PostBindingBuilder |
postBinding() |
SAML2BindingBuilder.RedirectBindingBuilder |
redirectBinding() |
SAML2LogoutRequestBuilder |
userPrincipal(String userPrincipal) |
base64Encoded, buildHtml, buildHtmlPostResponse, buildResponse, destination, encrypt, encryptDocument, encryptionAlgorithm, encryptionKeySize, generateRedirectUri, relayState, responseIssuer, signAssertion, signAssertions, signatureAlgorithm, signDocument, signDocument, signWith, signWith, signWith, signWith
protected String userPrincipal
public SAML2LogoutRequestBuilder userPrincipal(String userPrincipal)
public SAML2BindingBuilder.RedirectBindingBuilder redirectBinding() throws org.picketlink.common.exceptions.ConfigurationException, org.picketlink.common.exceptions.ProcessingException, org.picketlink.common.exceptions.ParsingException
org.picketlink.common.exceptions.ConfigurationException
org.picketlink.common.exceptions.ProcessingException
org.picketlink.common.exceptions.ParsingException
public SAML2BindingBuilder.PostBindingBuilder postBinding() throws org.picketlink.common.exceptions.ConfigurationException, org.picketlink.common.exceptions.ProcessingException, org.picketlink.common.exceptions.ParsingException
org.picketlink.common.exceptions.ConfigurationException
org.picketlink.common.exceptions.ProcessingException
org.picketlink.common.exceptions.ParsingException
public Document buildDocument() throws org.picketlink.common.exceptions.ProcessingException, org.picketlink.common.exceptions.ConfigurationException, org.picketlink.common.exceptions.ParsingException
org.picketlink.common.exceptions.ProcessingException
org.picketlink.common.exceptions.ConfigurationException
org.picketlink.common.exceptions.ParsingException
Copyright © 2014. All Rights Reserved.