public class ConsentPageFile extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CLAIM_DESCRIPTIONS |
static String |
CLAIMS |
static String |
LOGO_URL |
static String |
PRODUCT_NAME |
static String |
SCOPE_DESCRIPTIONS |
static String |
SCOPES |
| Constructor and Description |
|---|
ConsentPageFile() |
| Modifier and Type | Method and Description |
|---|---|
String |
convertClaim(String claim) |
String |
convertScope(String scope) |
String |
getLogoUrl() |
String |
getProductName() |
void |
init(Router router,
String url) |
void |
setLogoUrl(String logoUrl) |
void |
setProductName(String productName) |
public static final String SCOPE_DESCRIPTIONS
public static final String CLAIM_DESCRIPTIONS
public static final String PRODUCT_NAME
public static final String LOGO_URL
public static final String SCOPES
public static final String CLAIMS
public void init(Router router, String url) throws IOException
IOExceptionpublic String getProductName()
public void setProductName(String productName)
public String getLogoUrl()
public void setLogoUrl(String logoUrl)
Copyright © 2022. All Rights Reserved.