Class SectorIdentifierService


  • @Named
    public class SectorIdentifierService
    extends Object
    Version:
    February 11, 2022
    Author:
    Javier Rojas Blum
    • Field Detail

      • appConfiguration

        @Inject
        protected io.jans.as.model.configuration.AppConfiguration appConfiguration
    • Constructor Detail

      • SectorIdentifierService

        public SectorIdentifierService()
    • Method Detail

      • getSectorIdentifierById

        public SectorIdentifier getSectorIdentifierById​(String jsId)
        Get sector identifier by jsId
        Parameters:
        jsId - Sector identifier jsId
        Returns:
        Sector identifier
      • getDnForSectorIdentifier

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

        public String getSub​(io.jans.as.common.model.registration.Client client,
                             io.jans.as.common.model.common.User user,
                             boolean isCibaGrant)