Skip to content

Commit

Permalink
Added title to all the other properties files; copying from entity to TO
Browse files Browse the repository at this point in the history
  • Loading branch information
CapozXVII committed Sep 6, 2023
1 parent 9d724a7 commit c5251cd
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,4 @@ compose.title=username attribute provider
usernameAttributeProviderConf.title=Username Attribute Provider for ${name}
ticketExpirationPolicy=Ticket Expiration Policy
auditHistory.title=Historique de configuration
logoutType=Logout Type
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,4 @@ compose.title=username attribute provider
usernameAttributeProviderConf.title=Username Attribute Provider for ${name}
ticketExpirationPolicy=Ticket Expiration Policy
auditHistory.title=\u8a2d\u5b9a\u5c65\u6b74
logoutType=Logout Type
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,4 @@ compose.title=username attribute provider
usernameAttributeProviderConf.title=Username Attribute Provider for ${name}
ticketExpirationPolicy=Ticket Expiration Policy
auditHistory.title=Hist\u00f3rico de configura\u00e7\u00e3o
logoutType=Logout Type
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,4 @@ compose.title=username attribute provider
usernameAttributeProviderConf.title=Username Attribute Provider for ${name}
ticketExpirationPolicy=Ticket Expiration Policy
auditHistory.title=\u0418\u0441\u0442\u043e\u0440\u0438\u044f \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438
logoutType=Logout Type
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ protected void copyToTO(final ClientApp clientApp, final ClientAppTO clientAppTO
clientAppTO.setInformationUrl(clientApp.getInformationUrl());
clientAppTO.setPrivacyUrl(clientApp.getPrivacyUrl());
clientAppTO.setUsernameAttributeProviderConf(clientApp.getUsernameAttributeProviderConf());
clientAppTO.setLogoutType(clientApp.getLogoutType());

clientAppTO.setAuthPolicy(Optional.ofNullable(clientApp.getAuthPolicy()).
map(AuthPolicy::getKey).orElse(null));
Expand Down

0 comments on commit c5251cd

Please sign in to comment.