Class MosipEnvironment

java.lang.Object
io.mosip.kernel.auth.defaultimpl.config.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 Details

    • MosipEnvironment

      public MosipEnvironment()
  • Method Details

    • getUinGetDetailsUrl

      public String getUinGetDetailsUrl()
    • getAppUserId

      public String getAppUserId(String appId)
    • getAppId

      public String getAppId(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)
    • getUrl

      public String getUrl(String dataStore)
    • getPort

      public String getPort(String dataStore)
    • getDataStore

      public String getDataStore(String app)
    • getUserName

      public String getUserName(String dataStore)
    • getPassword

      public String getPassword(String dataStore)
    • getSchemas

      public String getSchemas(String schema)
    • 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()