Class DefaultRegisteredServiceUserInterfaceInfo

java.lang.Object
org.apereo.cas.web.flow.services.DefaultRegisteredServiceUserInterfaceInfo
All Implemented Interfaces:
Serializable

public class DefaultRegisteredServiceUserInterfaceInfo extends Object implements Serializable
Since:
5.1.0
See Also:
  • Constructor Details

    • DefaultRegisteredServiceUserInterfaceInfo

      public DefaultRegisteredServiceUserInterfaceInfo(org.apereo.cas.services.WebBasedRegisteredService registeredService)
      Creates a new DefaultRegisteredServiceUserInterfaceInfo instance.
      Parameters:
      registeredService - the registered service.
  • Method Details

    • getDescription

      public String getDescription()
      Gets description.
      Returns:
      the description
    • getDisplayName

      public String getDisplayName()
      Gets display name.
      Returns:
      the display name
    • getDescriptions

      public Collection<String> getDescriptions()
      Gets descriptions.
      Returns:
      the descriptions
    • getDisplayNames

      public Collection<String> getDisplayNames()
    • getInformationURL

      public String getInformationURL()
      Gets information uRL.
      Returns:
      the information uRL
    • getInformationURLs

      public Collection<String> getInformationURLs()
      Gets information uR ls.
      Returns:
      the information uR ls
    • getPrivacyStatementURL

      public String getPrivacyStatementURL()
      Gets privacy statement uRL.
      Returns:
      the privacy statement uRL
    • getPrivacyStatementURLs

      public Collection<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 String getLogoUrl()
      Gets logo url.
      Returns:
      the logo url
    • getLogoUrls

      Gets logo urls.
      Returns:
      the logo urls
    • getRegisteredService

      public org.apereo.cas.services.WebBasedRegisteredService getRegisteredService()
      the registered service.