public class SAML2LogoutRequestBuilder extends SAML2BindingBuilder<SAML2LogoutRequestBuilder>
SAML2BindingBuilder.PostBindingBuilder, SAML2BindingBuilder.RedirectBindingBuilder
Modifier and Type | Field and Description |
---|---|
protected String |
userPrincipal |
protected String |
userPrincipalFormat |
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 nameID,
String nameIDformat) |
base64Encoded, buildHtml, buildHtmlPostResponse, buildResponse, destination, encrypt, encryptDocument, encryptionAlgorithm, encryptionKeySize, generateRedirectUri, relayState, responseIssuer, signAssertion, signAssertions, signatureAlgorithm, signDocument, signDocument, signWith, signWith, signWith, signWith
protected String userPrincipal
protected String userPrincipalFormat
public SAML2LogoutRequestBuilder userPrincipal(String nameID, String nameIDformat)
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 © 2015. All Rights Reserved.