Class SectorIdentifierService


  • @ApplicationScoped
    public class SectorIdentifierService
    extends java.lang.Object
    Version:
    April 10, 2020
    Author:
    Javier Rojas Blum
    • Constructor Detail

      • SectorIdentifierService

        public SectorIdentifierService()
    • Method Detail

      • getSectorIdentifierById

        public SectorIdentifier getSectorIdentifierById​(java.lang.String oxId)
        Get sector identifier by oxId
        Parameters:
        oxId - Sector identifier oxId
        Returns:
        Sector identifier
      • getDnForSectorIdentifier

        public java.lang.String getDnForSectorIdentifier​(java.lang.String oxId)
        Build DN string for sector identifier
        Parameters:
        oxId - Sector Identifier oxId
        Returns:
        DN string for specified sector identifier or DN for sector identifiers branch if oxId is null
        Throws:
        java.lang.Exception
      • getSub

        public java.lang.String getSub​(Client client,
                                       User user,
                                       boolean isCibaGrant)