You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: components/org.wso2.carbon.identity.discovery/src/main/java/org/wso2/carbon/identity/discovery/builders/ProviderConfigBuilder.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -157,8 +157,8 @@ public OIDProviderConfigResponse buildOIDProviderConfig(OIDProviderRequest reque
Copy file name to clipboardexpand all lines: components/org.wso2.carbon.identity.oauth.rar/src/main/java/org/wso2/carbon/identity/oauth2/rar/dao/AuthorizationDetailsDAOImpl.java
Copy file name to clipboardexpand all lines: components/org.wso2.carbon.identity.oauth.rar/src/test/java/org/wso2/carbon/identity/oauth2/rar/dao/AuthorizationDetailsDAOImplTest.java
-30
Original file line number
Diff line number
Diff line change
@@ -265,36 +265,6 @@ public void shouldReturnNull_whenUserIdOrAppIdInvalid() throws SQLException {
Copy file name to clipboardexpand all lines: components/org.wso2.carbon.identity.oauth/src/main/java/org/wso2/carbon/identity/oauth2/dao/OAuthTokenPersistenceFactory.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -116,7 +116,7 @@ public OAuthUserConsentedScopesDAO getOAuthUserConsentedScopesDAO() {
116
116
* Retrieves the DAO for authorization details.
117
117
* <p>
118
118
* This method returns an {@link AuthorizationDetailsDAO} singleton instance that provides access to the
119
-
* {@link org.wso2.carbon.identity.oauth2.rar.common.model.AuthorizationDetails} data. This DAO is used to interact
119
+
* {@link org.wso2.carbon.identity.oauth2.rar.model.AuthorizationDetails} data. This DAO is used to interact
120
120
* with the underlying data store to fetch and manipulate authorization information.
121
121
*</p>
122
122
* @return the {@link AuthorizationDetailsDAO} instance that provides access to authorization details data.
Copy file name to clipboardexpand all lines: components/org.wso2.carbon.identity.oauth/src/main/java/org/wso2/carbon/identity/oauth2/rar/AuthorizationDetailsService.java
0 commit comments