Class MosipEnvironment

  • All Implemented Interfaces:
    org.springframework.beans.factory.Aware, org.springframework.context.EnvironmentAware

    @Configuration
    public class MosipEnvironment
    extends Object
    implements org.springframework.context.EnvironmentAware
    • Constructor Detail

      • MosipEnvironment

        public MosipEnvironment()
    • Method Detail

      • getUinGetDetailsUrl

        public String getUinGetDetailsUrl()
      • getAppUserId

        public String getAppUserId​(String appId)
      • getSecretKey

        public String getSecretKey​(String appId)
      • getAuthSlidingWindowExp

        public Integer getAuthSlidingWindowExp()
      • getPrimaryLanguage

        public String getPrimaryLanguage()
      • getSecondaryLanguage

        public String getSecondaryLanguage()
      • setEnvironment

        public void setEnvironment​(org.springframework.core.env.Environment environment)
        Specified by:
        setEnvironment in interface org.springframework.context.EnvironmentAware
      • getAuthTokenHeader

        public String getAuthTokenHeader()
      • getRefreshTokenHeader

        public String getRefreshTokenHeader()
      • getDriverName

        public String getDriverName​(String datasource)
      • getUserName

        public String getUserName​(String dataStore)
      • getPassword

        public String getPassword​(String dataStore)
      • getJwtSecret

        public String getJwtSecret()
      • getTokenBase

        public String getTokenBase()
      • getTokenExpiry

        public Integer getTokenExpiry()
      • getRefreshTokenExpiry

        public Long getRefreshTokenExpiry()
      • getLdapSvcUrl

        public String getLdapSvcUrl()
      • getLdapAuthenticate

        public String getLdapAuthenticate()
      • getLdapVerifyOtpUser

        public String getLdapVerifyOtpUser()
      • getGenerateOtpApi

        public String getGenerateOtpApi()
      • getVerifyOtpUserApi

        public String getVerifyOtpUserApi()
      • getOtpSenderEmailApi

        public String getOtpSenderEmailApi()
      • getOtpSenderSmsApi

        public String getOtpSenderSmsApi()
      • getMasterDataTemplateApi

        public String getMasterDataTemplateApi()
      • getMasterDataOtpTemplate

        public String getMasterDataOtpTemplate()
      • getDataStores

        public String getDataStores()
      • getLdapRolesClass

        public String getLdapRolesClass()
      • getRolesSearchBase

        public String getRolesSearchBase()
      • getRolesSearchPrefix

        public String getRolesSearchPrefix()
      • getRolesSearchSuffix

        public String getRolesSearchSuffix()