public class OAuth extends SecurityScheme
name, type| Constructor and Description |
|---|
OAuth(java.lang.String name,
java.util.List<AuthorizationScope> scopes,
java.util.List<GrantType> grantTypes) |
OAuth(java.lang.String name,
java.util.List<AuthorizationScope> scopes,
java.util.List<GrantType> grantTypes,
java.util.List<VendorExtension> vendorExtensions) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<GrantType> |
getGrantTypes() |
java.util.List<AuthorizationScope> |
getScopes() |
addValidVendorExtensions, getName, getType, getVendorExtensionspublic OAuth(java.lang.String name,
java.util.List<AuthorizationScope> scopes,
java.util.List<GrantType> grantTypes,
java.util.List<VendorExtension> vendorExtensions)
public OAuth(java.lang.String name,
java.util.List<AuthorizationScope> scopes,
java.util.List<GrantType> grantTypes)
public java.util.List<AuthorizationScope> getScopes()
public java.util.List<GrantType> getGrantTypes()