Package org.gluu.oxauth.model
Class GluuOrganization
java.lang.Object
org.gluu.persist.model.base.Entry
org.gluu.oxauth.model.GluuOrganization
- All Implemented Interfaces:
Serializable
,Cloneable
Group
- Author:
- Yuriy Movchan Date: 11.02.2010
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]
org.gluu.model.GluuStatus
getTitle()
void
setCountryName
(String countryName) void
setCustomMessages
(String[] customMessages) void
setDescription
(String description) void
setDisplayName
(String displayName) void
setIdpFaviconPath
(String idpFaviconPath) void
setIdpLogoPath
(String idpLogoPath) void
setManagerGroup
(String managerGroup) void
void
setOrganization
(String organization) void
setOxAuthFaviconPath
(String oxAuthFaviconPath) void
setOxAuthLogoPath
(String oxAuthLogoPath) void
setOxTrustFaviconPath
(String oxTrustFaviconPath) void
setOxTrustLogoPath
(String oxTrustLogoPath) void
setShortName
(String shortName) void
setStatus
(org.gluu.model.GluuStatus status) void
setThemeColor
(String themeColor) void
Methods inherited from class org.gluu.persist.model.base.Entry
equals, getBaseDn, getDn, hashCode, setBaseDn, setDn, toString
-
Constructor Details
-
GluuOrganization
public GluuOrganization()
-
-
Method Details
-
getOrganizationTitle
-
getCountryName
-
setCountryName
-
getCustomMessages
-
setCustomMessages
-
getDescription
-
setDescription
-
getDisplayName
-
setDisplayName
-
getManagerGroup
-
setManagerGroup
-
getMember
-
setMember
-
getOrganization
-
setOrganization
-
getShortName
-
setShortName
-
getStatus
public org.gluu.model.GluuStatus getStatus() -
setStatus
public void setStatus(org.gluu.model.GluuStatus status) -
getThemeColor
-
setThemeColor
-
getTitle
-
setTitle
-
getOxTrustLogoPath
-
setOxTrustLogoPath
-
getOxTrustFaviconPath
-
setOxTrustFaviconPath
-
getOxAuthLogoPath
-
setOxAuthLogoPath
-
getOxAuthFaviconPath
-
setOxAuthFaviconPath
-
getIdpLogoPath
-
setIdpLogoPath
-
getIdpFaviconPath
-
setIdpFaviconPath
-