public class DefaultRegisteredServiceUserInterfaceInfo
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
DefaultRegisteredServiceUserInterfaceInfo.Logo
The Logo wrapper class for services UI.
|
| Modifier and Type | Field and Description |
|---|---|
protected org.apereo.cas.services.RegisteredService |
registeredService
the registered service.
|
| Constructor and Description |
|---|
DefaultRegisteredServiceUserInterfaceInfo() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
Gets description.
|
java.util.Collection<java.lang.String> |
getDescriptions()
Gets descriptions.
|
java.lang.String |
getDisplayName()
Gets display name.
|
java.util.Collection<java.lang.String> |
getDisplayNames() |
java.lang.String |
getInformationURL()
Gets information uRL.
|
java.util.Collection<java.lang.String> |
getInformationURLs()
Gets information uR ls.
|
long |
getLogoHeight()
Gets logo height.
|
java.lang.String |
getLogoUrl()
Gets logo url.
|
java.util.Collection<DefaultRegisteredServiceUserInterfaceInfo.Logo> |
getLogoUrls()
Gets logo urls.
|
long |
getLogoWidth()
Gets logo height.
|
java.lang.String |
getPrivacyStatementURL()
Gets privacy statement uRL.
|
java.util.Collection<java.lang.String> |
getPrivacyStatementURLs()
Gets privacy statement uR ls.
|
protected final org.apereo.cas.services.RegisteredService registeredService
public DefaultRegisteredServiceUserInterfaceInfo()
public java.lang.String getDescription()
public java.lang.String getDisplayName()
public java.util.Collection<java.lang.String> getDescriptions()
public java.util.Collection<java.lang.String> getDisplayNames()
public java.lang.String getInformationURL()
public java.util.Collection<java.lang.String> getInformationURLs()
public java.lang.String getPrivacyStatementURL()
public java.util.Collection<java.lang.String> getPrivacyStatementURLs()
public long getLogoWidth()
public long getLogoHeight()
public java.lang.String getLogoUrl()
public java.util.Collection<DefaultRegisteredServiceUserInterfaceInfo.Logo> getLogoUrls()