Package org.apereo.cas.web.flow.services
Class DefaultRegisteredServiceUserInterfaceInfo
- java.lang.Object
-
- org.apereo.cas.web.flow.services.DefaultRegisteredServiceUserInterfaceInfo
-
- All Implemented Interfaces:
java.io.Serializable
public class DefaultRegisteredServiceUserInterfaceInfo extends java.lang.Object implements java.io.Serializable- Since:
- 5.1.0
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDefaultRegisteredServiceUserInterfaceInfo.LogoThe Logo wrapper class for services UI.
-
Field Summary
Fields Modifier and Type Field Description protected org.apereo.cas.services.RegisteredServiceregisteredServicethe registered service.
-
Constructor Summary
Constructors Constructor Description DefaultRegisteredServiceUserInterfaceInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDescription()Gets description.java.util.Collection<java.lang.String>getDescriptions()Gets descriptions.java.lang.StringgetDisplayName()Gets display name.java.util.Collection<java.lang.String>getDisplayNames()java.lang.StringgetInformationURL()Gets information uRL.java.util.Collection<java.lang.String>getInformationURLs()Gets information uR ls.longgetLogoHeight()Gets logo height.java.lang.StringgetLogoUrl()Gets logo url.java.util.Collection<DefaultRegisteredServiceUserInterfaceInfo.Logo>getLogoUrls()Gets logo urls.longgetLogoWidth()Gets logo height.java.lang.StringgetPrivacyStatementURL()Gets privacy statement uRL.java.util.Collection<java.lang.String>getPrivacyStatementURLs()Gets privacy statement uR ls.
-
-
-
Method Detail
-
getDescription
public java.lang.String getDescription()
Gets description.- Returns:
- the description
-
getDisplayName
public java.lang.String getDisplayName()
Gets display name.- Returns:
- the display name
-
getDescriptions
public java.util.Collection<java.lang.String> getDescriptions()
Gets descriptions.- Returns:
- the descriptions
-
getDisplayNames
public java.util.Collection<java.lang.String> getDisplayNames()
-
getInformationURL
public java.lang.String getInformationURL()
Gets information uRL.- Returns:
- the information uRL
-
getInformationURLs
public java.util.Collection<java.lang.String> getInformationURLs()
Gets information uR ls.- Returns:
- the information uR ls
-
getPrivacyStatementURL
public java.lang.String getPrivacyStatementURL()
Gets privacy statement uRL.- Returns:
- the privacy statement uRL
-
getPrivacyStatementURLs
public java.util.Collection<java.lang.String> getPrivacyStatementURLs()
Gets privacy statement uR ls.- Returns:
- the privacy statement uR ls
-
getLogoWidth
public long getLogoWidth()
Gets logo height.- Returns:
- the logo url
-
getLogoHeight
public long getLogoHeight()
Gets logo height.- Returns:
- the logo url
-
getLogoUrl
public java.lang.String getLogoUrl()
Gets logo url.- Returns:
- the logo url
-
getLogoUrls
public java.util.Collection<DefaultRegisteredServiceUserInterfaceInfo.Logo> getLogoUrls()
Gets logo urls.- Returns:
- the logo urls
-
-