com.mangofactory.swagger.models.dto.builder
Class ImplicitGrantBuilder

java.lang.Object
  extended by com.mangofactory.swagger.models.dto.builder.ImplicitGrantBuilder

public class ImplicitGrantBuilder
extends java.lang.Object


Constructor Summary
ImplicitGrantBuilder()
           
 
Method Summary
 ImplicitGrant build()
           
 ImplicitGrantBuilder loginEndpoint(LoginEndpoint loginEndpoint)
           
 ImplicitGrantBuilder tokenName(java.lang.String tokenName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImplicitGrantBuilder

public ImplicitGrantBuilder()
Method Detail

loginEndpoint

public ImplicitGrantBuilder loginEndpoint(LoginEndpoint loginEndpoint)

tokenName

public ImplicitGrantBuilder tokenName(java.lang.String tokenName)

build

public ImplicitGrant build()