This repository was archived by the owner on Jul 1, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed
src/main/webapp/WEB-INF/jsp/RetailCustomer/AuthorizationList Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 125125 <spring .version>4.0.3.RELEASE</spring .version>
126126 <spring .security.version>3.2.3.RELEASE</spring .security.version>
127127 <spring-data-jpa .version>1.4.3.RELEASE</spring-data-jpa .version>
128- <spring-security-oauth2 .version>2.0.0.RC2 </spring-security-oauth2 .version>
128+ <spring-security-oauth2 .version>2.0.2.RELEASE </spring-security-oauth2 .version>
129129 <apache-httpcomponent .version>4.3.2</apache-httpcomponent .version>
130130 <javax-servlet .version>3.0.1</javax-servlet .version>
131131
Original file line number Diff line number Diff line change 3333 <thead >
3434 <tr >
3535 <th >Name</th >
36- <th >Access Token</th >
3736 <th >Status</th >
38- <th >Subscription ID</th >
37+ <th >Subscription ID</th >
38+ <th >Access Token</th >
39+ <th >Refresh Token</th >
40+ <th >Scope</th >
3941 </tr >
4042 </thead >
4143 <tbody >
4244 <c:forEach var =" authorization" items =" ${ authorizationList } " >
4345 <tr >
4446 <td class =" data_custodian" ><c:out value =" ${ authorization. applicationInformation. dataCustodianId } " /></td >
45- <td class =" access_token" ><c:out value =" ${ authorization. accessToken } " /></td >
4647 <td class =" status" ><c:out value =" ${ authorization. status } " /></td >
47- <td class =" subscription_id" ><c:out value =" ${ authorization. resourceURI } " /></td >
48+ <td class =" subscription_id" ><c:out value =" ${ authorization. resourceURI } " /></td >
49+ <td class =" access_token" ><c:out value =" ${ authorization. accessToken } " /></td >
50+ <td class =" refresh_token" ><c:out value =" ${ authorization. refreshToken } " /></td >
51+ <td class =" scope" ><c:out value =" ${ authorization. scope } " /></td >
4852 </tr >
4953 </c:forEach >
5054 </tbody >
You can’t perform that action at this time.
0 commit comments