Class OrganizationService

  • All Implemented Interfaces:
    java.io.Serializable

    @ApplicationScoped
    @Named("organizationService")
    public class OrganizationService
    extends io.jans.as.common.service.OrganizationService
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class io.jans.as.common.service.OrganizationService

        ONE_MINUTE_IN_SECONDS
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      io.jans.model.ApplicationType getApplicationType()  
      protected boolean isUseLocalCache()  
      • Methods inherited from class io.jans.as.common.service.OrganizationService

        getDnForOrganization, getOrganization, updateOrganization
      • Methods inherited from class io.jans.service.OrganizationService

        getDnForOrganization
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • OrganizationService

        public OrganizationService()
    • Method Detail

      • isUseLocalCache

        protected boolean isUseLocalCache()
        Specified by:
        isUseLocalCache in class io.jans.as.common.service.OrganizationService
      • getApplicationType

        public io.jans.model.ApplicationType getApplicationType()
        Specified by:
        getApplicationType in class io.jans.service.OrganizationService