Package org.gluu.oxauth.service
Class AttributeService
- java.lang.Object
 - 
- org.gluu.service.AttributeService
 - 
- org.gluu.oxauth.service.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
 
 
- 
- 
Constructor Summary
Constructors Constructor Description AttributeService() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<org.gluu.model.GluuAttribute>getAllAttributes()org.gluu.model.GluuAttributegetAttributeByDn(java.lang.String dn)returns GluuAttribute by Dnjava.util.List<java.lang.String>getAttributesDn(java.util.List<java.lang.String> claimNames)org.gluu.model.GluuAttributegetByClaimName(java.lang.String name)org.gluu.model.GluuAttributegetByLdapName(java.lang.String name)protected org.gluu.service.BaseCacheServicegetCacheService()java.lang.StringgetDnForAttribute(java.lang.String inum) 
 - 
 
- 
- 
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:
 getAllAttributesin classorg.gluu.service.AttributeService
 
- 
getDnForAttribute
public java.lang.String getDnForAttribute(java.lang.String inum)
- Specified by:
 getDnForAttributein classorg.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:
 getCacheServicein classorg.gluu.service.AttributeService
 
 - 
 
 -