public class UmaRsCheckAccessParams extends Object
| Constructor and Description |
|---|
UmaRsCheckAccessParams() |
| Modifier and Type | Method and Description |
|---|---|
UmaRsCheckAccessParams |
addScopesItem(String scopesItem) |
boolean |
equals(Object o) |
String |
getHttpMethod()
Get httpMethod
|
String |
getOxdId()
Get oxdId
|
String |
getPath()
Get path
|
String |
getRpt()
Get rpt
|
List<String> |
getScopes()
Get scopes
|
int |
hashCode() |
UmaRsCheckAccessParams |
httpMethod(String httpMethod) |
UmaRsCheckAccessParams |
oxdId(String oxdId) |
UmaRsCheckAccessParams |
path(String path) |
UmaRsCheckAccessParams |
rpt(String rpt) |
UmaRsCheckAccessParams |
scopes(List<String> scopes) |
void |
setHttpMethod(String httpMethod) |
void |
setOxdId(String oxdId) |
void |
setPath(String path) |
void |
setRpt(String rpt) |
void |
setScopes(List<String> scopes) |
String |
toString() |
public UmaRsCheckAccessParams oxdId(String oxdId)
public String getOxdId()
public void setOxdId(String oxdId)
public UmaRsCheckAccessParams rpt(String rpt)
public String getRpt()
public void setRpt(String rpt)
public UmaRsCheckAccessParams path(String path)
public String getPath()
public void setPath(String path)
public UmaRsCheckAccessParams httpMethod(String httpMethod)
public String getHttpMethod()
public void setHttpMethod(String httpMethod)
public UmaRsCheckAccessParams scopes(List<String> scopes)
public UmaRsCheckAccessParams addScopesItem(String scopesItem)
Copyright © 2021. All rights reserved.