Package io.jans.scim.service
Class OrganizationService
- java.lang.Object
-
- io.jans.service.OrganizationService
-
- io.jans.scim.service.OrganizationService
-
- All Implemented Interfaces:
Serializable
@ApplicationScoped @Priority(5) @Named("organizationService") public class OrganizationService extends io.jans.service.OrganizationService
Provides operations with organization- Author:
- Yuriy Movchan Date: 11.02.2010
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OrganizationService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.jans.model.ApplicationType
getApplicationType()
String
getBaseDn()
Build DN string for organizationString
getDnForOrganization()
GluuOrganization
getOrganization()
Get organization
-
-
-
Method Detail
-
getOrganization
public GluuOrganization getOrganization()
Get organization- Returns:
- Organization
-
getDnForOrganization
public String getDnForOrganization()
-
getBaseDn
public String getBaseDn()
Build DN string for organization- Returns:
- DN string for organization
-
getApplicationType
public io.jans.model.ApplicationType getApplicationType()
- Specified by:
getApplicationType
in classio.jans.service.OrganizationService
-
-