Skip to content

Commit

Permalink
1408 public fields for IdcsMtRoleMapperProvider.MtCacheKey
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-sladecek authored and tomas-langer committed Feb 20, 2020
1 parent 53d4c93 commit 92c5340
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ protected MtCacheKey(IdcsMtContext idcsMtContext, String username) {
*
* @return tenant id of the cache record
*/
protected String idcsTenantId() {
public String idcsTenantId() {
return idcsMtContext.tenantId();
}

Expand All @@ -504,7 +504,7 @@ protected String idcsTenantId() {
*
* @return username of the cache record
*/
protected String username() {
public String username() {
return username;
}

Expand All @@ -513,7 +513,7 @@ protected String username() {
*
* @return application id of the cache record
*/
protected String idcsAppName() {
public String idcsAppName() {
return idcsMtContext.appId();
}

Expand All @@ -522,7 +522,7 @@ protected String idcsAppName() {
*
* @return IDCS multitenancy context of the cache record
*/
protected IdcsMtContext idcsMtContext() {
public IdcsMtContext idcsMtContext() {
return idcsMtContext;
}

Expand Down

0 comments on commit 92c5340

Please sign in to comment.