Package org.apereo.cas.web.flow.services
Class DefaultRegisteredServiceUserInterfaceInfo
java.lang.Object
org.apereo.cas.web.flow.services.DefaultRegisteredServiceUserInterfaceInfo
- All Implemented Interfaces:
Serializable
- Since:
- 5.1.0
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classThe Logo wrapper class for services UI. -
Constructor Summary
ConstructorsConstructorDescriptionDefaultRegisteredServiceUserInterfaceInfo(org.apereo.cas.services.WebBasedRegisteredService registeredService) Creates a newDefaultRegisteredServiceUserInterfaceInfoinstance. -
Method Summary
Modifier and TypeMethodDescriptionGets description.Gets descriptions.Gets display name.Gets information uRL.Gets information uR ls.longGets logo height.Gets logo url.Gets logo urls.longGets logo height.Gets privacy statement uRL.Gets privacy statement uR ls.org.apereo.cas.services.WebBasedRegisteredServicethe registered service.
-
Constructor Details
-
DefaultRegisteredServiceUserInterfaceInfo
public DefaultRegisteredServiceUserInterfaceInfo(org.apereo.cas.services.WebBasedRegisteredService registeredService) Creates a newDefaultRegisteredServiceUserInterfaceInfoinstance.- Parameters:
registeredService- the registered service.
-
-
Method Details
-
getDescription
Gets description.- Returns:
- the description
-
getDisplayName
Gets display name.- Returns:
- the display name
-
getDescriptions
Gets descriptions.- Returns:
- the descriptions
-
getDisplayNames
-
getInformationURL
Gets information uRL.- Returns:
- the information uRL
-
getInformationURLs
Gets information uR ls.- Returns:
- the information uR ls
-
getPrivacyStatementURL
Gets privacy statement uRL.- Returns:
- the privacy statement uRL
-
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
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.
-