public interface ISsoDomainParameter extends IElement, IProtocolSupport, IDeletionSupport
| Modifier and Type | Field and Description | 
|---|---|
static String | 
BASIC_LOGIN_PARAM  | 
static String | 
BASIC_PASSWORD_PARAM  | 
static String | 
URL_PARAM  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getDefaultValue()  | 
String | 
getDescription()  | 
String | 
getLabel()  | 
String | 
getName()  | 
ISsoDomain | 
getSsoDomain()
Gets the domain object. 
 | 
String | 
getValue(IContext context)
get the user parameter for this domain parameter 
 | 
boolean | 
isAllowOverride()  | 
void | 
setAllowOverride(boolean allowOverride)
Sets if the domain parameter can be modified by the users 
 | 
void | 
setDefaultValue(String defaultValue)
Sets the default value of the domain parameter. 
 | 
void | 
setDescription(String description)
Sets the description of the domain. 
 | 
void | 
setLabel(String label)
Sets the label of the domain. 
 | 
void | 
setValue(IContext context,
        String value)
Set the user parameter 
 | 
getId, getModule, getNativeObject, getPath, savegetProtocolURI, getProtocolURIdeletestatic final String URL_PARAM
static final String BASIC_LOGIN_PARAM
static final String BASIC_PASSWORD_PARAM
String getLabel()
void setLabel(String label)
label - the new label to set.String getDescription()
void setDescription(String description)
description - the new description to set.String getName()
String getDefaultValue()
void setDefaultValue(String defaultValue)
defaultValue - the default value to set.boolean isAllowOverride()
void setAllowOverride(boolean allowOverride)
allowOverride - to set.ISsoDomain getSsoDomain()
ISsoDomain object.void setValue(IContext context, String value)
context - user contextvalue - value to setCopyright © 2019 Visiativ Software. All rights reserved.