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
Same issue with this page as well. None of the links are working. After checking multiple other pages, none of the external links were working for me. I am unsure if it is my computer and connection or the wiki. All of the links that correspond to other pages on the wiki are working fine.
Copy file name to clipboardExpand all lines: docs/user-guide/configuration-files/strongbox-authorization-yaml.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -41,9 +41,9 @@ This way every user not logged in will be awarded by the `ARTIFACTS_RESOLVE` and
41
41
42
42
# Information for Developers
43
43
44
-
The following classes are related to various aspects of the authorization configuration:
44
+
The following classes are related to various aspects of the authorization configuration:
45
45
46
-
| Class Name | Description |
46
+
| Class Name | Description |
47
47
|:------------|-------------|
48
48
|[`org.carlspring.strongbox.authorization.dto.AuthorizationConfigDto`](https://github.com/strongbox/strongbox/blob/master/strongbox-security/strongbox-user-management/src/main/java/org/carlspring/strongbox/authorization/dto/AuthorizationConfigDto.java)| Represents authorization configuration in a deserialized form. |
49
49
|[`org.carlspring.strongbox.authorization.AuthorizationConfigFileManager`](https://github.com/strongbox/strongbox/blob/master/strongbox-security/strongbox-user-management/src/main/java/org/carlspring/strongbox/authorization/AuthorizationConfigFileManager.java)| Class to serialize / deserialize the authorization configuration. |
0 commit comments