public class OAuth extends AuthorizationType
name, type
Constructor and Description |
---|
OAuth() |
OAuth(java.util.List<AuthorizationScope> scopes,
java.util.List<GrantType> gTypes) |
Modifier and Type | Method and Description |
---|---|
java.util.List<GrantType> |
getGrantTypes() |
java.lang.String |
getName() |
java.util.List<AuthorizationScope> |
getScopes() |
void |
setGrantTypes(java.util.List<GrantType> grantTypes) |
void |
setScopes(java.util.List<AuthorizationScope> scopes) |
getType, setName
public OAuth()
public OAuth(java.util.List<AuthorizationScope> scopes, java.util.List<GrantType> gTypes)
public java.lang.String getName()
getName
in class AuthorizationType
public java.util.List<AuthorizationScope> getScopes()
public void setScopes(java.util.List<AuthorizationScope> scopes)
public java.util.List<GrantType> getGrantTypes()
public void setGrantTypes(java.util.List<GrantType> grantTypes)