public interface ISsoDomain extends IElement, IProtocolSupport, IDeletionSupport, ISecuritySupport
| Modifier and Type | Interface and Description | 
|---|---|
static interface  | 
ISsoDomain.AuthenticationType
This interface represents the various authentication methods you could use. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
clearDomainParameters()
Remove all domain parameter 
 | 
String | 
getAcceptCharset()  | 
String | 
getBaseUrl()  | 
String | 
getDescription()  | 
Collection<? extends ISsoDomainParameter> | 
getDomainParameters()
get all domain parameter 
 | 
String | 
getLabel()  | 
String | 
getLoginUrl()  | 
String | 
getMethod()  | 
String | 
getName()  | 
IOrganization | 
getOrganization()
Gets the organization object. 
 | 
Collection<? extends ISsoDomainParameter> | 
getOverridableParameters()
get all domain parameter that the user can overridable 
 | 
void | 
setAcceptCharset(String acceptCharset)
Sets the acceptCharset of the domain. 
 | 
void | 
setBaseUrl(String baseUrl)
Sets the base url of the domain. 
 | 
void | 
setDescription(String description)
Sets the description of the domain. 
 | 
void | 
setLabel(String label)
Sets the label of the domain. 
 | 
void | 
setLoginUrl(String loginUrl)
Sets the login url of the domain. 
 | 
void | 
setMethod(String method)
Sets the authentification method of the domain. 
 | 
void | 
setOrganization(IOrganization organization)
Set the organization of the domain. 
 | 
getId, getModule, getNativeObject, getPath, savedeletegetProtocolURI, getProtocolURIString getName()
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 getBaseUrl()
void setBaseUrl(String baseUrl)
baseUrl - the new base url to set.String getLoginUrl()
void setLoginUrl(String loginUrl)
loginUrl - the new login url to set.void setMethod(String method)
method - the method to set.String getMethod()
void setAcceptCharset(String acceptCharset)
acceptCharset - the accept charset to set.String getAcceptCharset()
void setOrganization(IOrganization organization)
organization - the organization to set.IOrganization getOrganization()
IOrganization object.Collection<? extends ISsoDomainParameter> getDomainParameters()
ISsoDomainParameter objects.Collection<? extends ISsoDomainParameter> getOverridableParameters()
ISsoDomainParameter objects.void clearDomainParameters()
Copyright © 2019 Visiativ Software. All rights reserved.