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 Summary
Constructors Constructor Description MosipEnvironment()
-
Method Summary
-
-
-
Method Detail
-
getUinGetDetailsUrl
public String getUinGetDetailsUrl()
-
getAuthSlidingWindowExp
public Integer getAuthSlidingWindowExp()
-
getPrimaryLanguage
public String getPrimaryLanguage()
-
getSecondaryLanguage
public String getSecondaryLanguage()
-
setEnvironment
public void setEnvironment(org.springframework.core.env.Environment environment)
- Specified by:
setEnvironmentin interfaceorg.springframework.context.EnvironmentAware
-
getAuthTokenHeader
public String getAuthTokenHeader()
-
getRefreshTokenHeader
public String getRefreshTokenHeader()
-
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()
-
-