public class ResourceScopedAccessGrantParameters extends Object
| Constructor and Description |
|---|
ResourceScopedAccessGrantParameters(String scope,
String resource)
Creates new ResourceScopedAccessGrantParameters
|
ResourceScopedAccessGrantParameters(String scope,
String resource,
String tenantId,
String[] amr)
Creates new ResourceScopedAccessGrantParameters
|
| Modifier and Type | Method and Description |
|---|---|
String[] |
getAmr() |
protected String |
getAmrString() |
String |
getResource() |
String |
getScope() |
String |
getTenantId() |
public ResourceScopedAccessGrantParameters(String scope, String resource)
scope - OAuth2 scoperesource - Specific resource identifierpublic ResourceScopedAccessGrantParameters(String scope, String resource, String tenantId, String[] amr)
scope - OAuth2 scoperesource - Specific resource identifiertenantId - Resource tenant identifieramr - Original authentication method referencespublic String getScope()
public String getResource()
public String getTenantId()
public String[] getAmr()
protected String getAmrString()
Copyright © 2016 Scalepoint Technologies Ltd.. All rights reserved.