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

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

public class AuthReqBuilder
extends Object


Constructor Summary
AuthReqBuilder()
           
 
Method Summary
 org.opensaml.saml2.core.AuthnRequest buildAuthenticationRequest(String issuerId)
          Generate an authentication request.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthReqBuilder

public AuthReqBuilder()
Method Detail

buildAuthenticationRequest

public org.opensaml.saml2.core.AuthnRequest buildAuthenticationRequest(String issuerId)
                                                                throws Exception
Generate an authentication request.

Returns:
AuthnRequest Object
Throws:
Exception - error when bootstrapping


Copyright © 2015 WSO2 Inc. All rights reserved.