org.jaggeryjs.modules.sso.common.builders
Class LogoutRequestBuilder

java.lang.Object
  extended by org.jaggeryjs.modules.sso.common.builders.LogoutRequestBuilder

public class LogoutRequestBuilder
extends Object

This class is used to generate the Logout Requests.


Constructor Summary
LogoutRequestBuilder()
           
 
Method Summary
 org.opensaml.saml2.core.LogoutRequest buildLogoutRequest(String subject, String sessionIndexId, String reason, String issuerId)
          Build the logout request
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogoutRequestBuilder

public LogoutRequestBuilder()
Method Detail

buildLogoutRequest

public org.opensaml.saml2.core.LogoutRequest buildLogoutRequest(String subject,
                                                                String sessionIndexId,
                                                                String reason,
                                                                String issuerId)
Build the logout request

Parameters:
subject - name of the user
reason - reason for generating logout request.
Returns:
LogoutRequest object


Copyright © 2015 WSO2 Inc. All rights reserved.