Class AttributeService

java.lang.Object
io.jans.service.AttributeService
io.jans.as.common.service.AttributeService
io.jans.as.server.service.AttributeService
All Implemented Interfaces:
Serializable

@ApplicationScoped public class AttributeService extends io.jans.as.common.service.AttributeService
Version:
May 30, 2018
Author:
Javier Rojas Blum
See Also:
  • Field Summary

    Fields inherited from class io.jans.service.AttributeService

    cacheService, localCacheService, log, persistenceEntryManager, schemaService
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected boolean
     

    Methods inherited from class io.jans.as.common.service.AttributeService

    addAttribute, containsAttribute, findAttributes, generateInumForNewAttribute, getAllAttributes, getAttributeByDn, getAttributeByInum, getAttributesDn, getByClaimName, getByLdapName, getCacheService, getDnForAttribute, removeAttribute, searchAttributes, searchAttributes, searchAttributes, updateAttribute

    Methods inherited from class io.jans.service.AttributeService

    getAllAtributesImpl, getAllAttributes, getAllAttributesMap, getAllAttributesMap, getAttributeByInum, getAttributeByName, getAttributeByName, getAttributesByAttribute, getDefaultSaml2Uri

    Methods inherited from class java.lang.Object

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

    • AttributeService

      public AttributeService()
  • Method Details

    • isUseLocalCache

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