com.mangofactory.swagger.models.dto
Class OAuth

java.lang.Object
  extended by com.mangofactory.swagger.models.dto.AuthorizationType
      extended by com.mangofactory.swagger.models.dto.OAuth

public class OAuth
extends AuthorizationType


Field Summary
 
Fields inherited from class com.mangofactory.swagger.models.dto.AuthorizationType
type
 
Constructor Summary
OAuth(java.util.List<AuthorizationScope> scopes, java.util.List<GrantType> gTypes)
           
 
Method Summary
 java.util.List<GrantType> getGrantTypes()
           
 java.lang.String getName()
           
 java.util.List<AuthorizationScope> getScopes()
           
 
Methods inherited from class com.mangofactory.swagger.models.dto.AuthorizationType
getType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OAuth

public OAuth(java.util.List<AuthorizationScope> scopes,
             java.util.List<GrantType> gTypes)
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in class AuthorizationType

getScopes

public java.util.List<AuthorizationScope> getScopes()

getGrantTypes

public java.util.List<GrantType> getGrantTypes()