Class AttributeService

  • All Implemented Interfaces:
    java.io.Serializable

    @ApplicationScoped
    public class AttributeService
    extends org.gluu.service.AttributeService
    Version:
    May 30, 2018
    Author:
    Javier Rojas Blum
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class org.gluu.service.AttributeService

        cacheService, localCacheService, persistenceEntryManager, schemaService
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<org.gluu.model.GluuAttribute> getAllAttributes()  
      org.gluu.model.GluuAttribute getAttributeByDn​(java.lang.String dn)
      returns GluuAttribute by Dn
      java.util.List<java.lang.String> getAttributesDn​(java.util.List<java.lang.String> claimNames)  
      org.gluu.model.GluuAttribute getByClaimName​(java.lang.String name)  
      org.gluu.model.GluuAttribute getByLdapName​(java.lang.String name)  
      protected org.gluu.service.BaseCacheService getCacheService()  
      java.lang.String getDnForAttribute​(java.lang.String inum)  
      • Methods inherited from class org.gluu.service.AttributeService

        getAllAtributesImpl, getAllAttributes, getAttributeByName, getAttributeByName, getAttributesByAttribute, getDefaultSaml2Uri
      • Methods inherited from class java.lang.Object

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

      • AttributeService

        public AttributeService()
    • Method Detail

      • getAttributeByDn

        public org.gluu.model.GluuAttribute getAttributeByDn​(java.lang.String dn)
        returns GluuAttribute by Dn
        Returns:
        GluuAttribute
      • getByLdapName

        public org.gluu.model.GluuAttribute getByLdapName​(java.lang.String name)
      • getByClaimName

        public org.gluu.model.GluuAttribute getByClaimName​(java.lang.String name)
      • getAllAttributes

        public java.util.List<org.gluu.model.GluuAttribute> getAllAttributes()
        Overrides:
        getAllAttributes in class org.gluu.service.AttributeService
      • getDnForAttribute

        public java.lang.String getDnForAttribute​(java.lang.String inum)
        Specified by:
        getDnForAttribute in class org.gluu.service.AttributeService
      • getAttributesDn

        public java.util.List<java.lang.String> getAttributesDn​(java.util.List<java.lang.String> claimNames)
      • getCacheService

        protected org.gluu.service.BaseCacheService getCacheService()
        Specified by:
        getCacheService in class org.gluu.service.AttributeService