public class ServiceProviderSettings extends Object
| Constructor and Description |
|---|
ServiceProviderSettings() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescriptionEn() |
String |
getDescriptionNl() |
String |
getSpEntityId() |
boolean |
isHasGuestEnabled() |
boolean |
isNoConsentRequired() |
boolean |
isPublishedInEdugain() |
void |
setDescriptionEn(String descriptionEn) |
void |
setDescriptionNl(String descriptionNl) |
void |
setHasGuestEnabled(boolean hasGuestEnabled) |
void |
setNoConsentRequired(boolean noConsentRequired) |
void |
setPublishedInEdugain(boolean publishedInEdugain) |
void |
setSpEntityId(String spEntityId) |
public String getSpEntityId()
public void setSpEntityId(String spEntityId)
public boolean isHasGuestEnabled()
public void setHasGuestEnabled(boolean hasGuestEnabled)
public boolean isNoConsentRequired()
public void setNoConsentRequired(boolean noConsentRequired)
public boolean isPublishedInEdugain()
public void setPublishedInEdugain(boolean publishedInEdugain)
public String getDescriptionEn()
public void setDescriptionEn(String descriptionEn)
public String getDescriptionNl()
public void setDescriptionNl(String descriptionNl)
Copyright © 2012–2017 Pivotal Software, Inc.. All rights reserved.