Constant Field Values

Contents

io.mosip.*

  • io.mosip.kernel.auth.defaultimpl.service.impl.TokenServicesImpl
    Modifier and Type
    Constant Field
    Value
    public static final String
    "select user_id from iam.oauth_access_token where user_id like :userName"
    public static final String
    "delete from iam.oauth_access_token where user_id like :userName"
    public static final String
    "delete from iam.oauth_access_token where user_id like :userName"
    public static final String
    "insert into iam.oauth_access_token(user_id,auth_token,refresh_token,expiration_time,cr_dtimes,is_active,cr_by) values(:userName,:token,:refreshToken,:expTime,:crdTimes,true,\'Admin\')"
    public static final String
    "select user_id,auth_token,refresh_token,expiration_time from iam.oauth_access_token where auth_token like :token "
    public static final String
    "select user_id,auth_token,refresh_token,expiration_time from iam.oauth_access_token where user_id like :userName "
    public static final String
    "update iam.oauth_access_token set auth_token=:token,expiration_time=:expTime where user_id like :userName "
    public static final String
    "update iam.oauth_access_token set user_id=:userName,auth_token=:token,refresh_token=:refreshToken,expiration_time=:expTime,cr_dtimes=:crdTimes where user_id = :userName"
  • io.mosip.kernel.auth.defaultimpl.service.impl.UinServiceImpl
    Modifier and Type
    Constant Field
    Value
    public static final String
    "mosip.notificationtype"