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: spring-boot-actuator/src/main/java/org/springframework/boot/actuate/autoconfigure/CrshAutoConfiguration.java
+6-6
Original file line number
Diff line number
Diff line change
@@ -93,12 +93,12 @@
93
93
* <p>
94
94
* If a Spring Security {@link AuthenticationManager} is detected, this configuration will
95
95
* create a {@link CRaSHPlugin} to forward shell authentication requests to Spring
96
-
* Security. This authentication method will get enabled if {@code management.shell.auth.type}
97
-
* is set to {@code spring} or if no explicit {@code management.shell.auth} is provided
98
-
* and a {@link AuthenticationManager} is available. In the latter case shell access will
99
-
* be restricted to users having roles that match those configured in
100
-
* {@link ManagementServerProperties}. Required roles can be overridden by
101
-
* {@code management.shell.auth.spring.roles}.
96
+
* Security. This authentication method will get enabled if
97
+
* {@code management.shell.auth.type} is set to {@code spring} or if no explicit
98
+
* {@code management.shell.auth} is provided and a {@link AuthenticationManager} is
99
+
* available. In the latter case shell access will be restricted to users having roles
100
+
* that match those configured in {@link ManagementServerProperties}. Required roles can
101
+
* be overridden by {@code management.shell.auth.spring.roles}.
102
102
* <p>
103
103
* To add customizations to the shell simply define beans of type {@link CRaSHPlugin} in
104
104
* the application context. Those beans will get auto detected during startup and
Copy file name to clipboardExpand all lines: spring-boot-actuator/src/main/java/org/springframework/boot/actuate/autoconfigure/LocalManagementPort.java
Copy file name to clipboardExpand all lines: spring-boot-actuator/src/test/java/org/springframework/boot/actuate/autoconfigure/CrshAutoConfigurationTests.java
Copy file name to clipboardExpand all lines: spring-boot-actuator/src/test/java/org/springframework/boot/actuate/autoconfigure/ShellPropertiesTests.java
Copy file name to clipboardExpand all lines: spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/webservices/WebServicesAutoConfiguration.java
Copy file name to clipboardExpand all lines: spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/webservices/WebServicesProperties.java
Copy file name to clipboardExpand all lines: spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/webservices/package-info.java
Copy file name to clipboardExpand all lines: spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/webservices/WebServicesAutoConfigurationTests.java
0 commit comments