|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.mangofactory.swagger.models.dto.AuthorizationType
com.mangofactory.swagger.models.dto.OAuth
public class OAuth
| 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 |
|---|
public OAuth(java.util.List<AuthorizationScope> scopes,
java.util.List<GrantType> gTypes)
| Method Detail |
|---|
public java.lang.String getName()
getName in class AuthorizationTypepublic java.util.List<AuthorizationScope> getScopes()
public java.util.List<GrantType> getGrantTypes()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||