forked from jenkinsci/crowd2-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed references to Hudson in strings / comments
- Loading branch information
Showing
13 changed files
with
19 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,7 +58,7 @@ | |
import com.atlassian.crowd.exception.UserNotFoundException; | ||
|
||
/** | ||
* This class implements the authentication manager for Hudson / Jenkins. | ||
* This class implements the authentication manager for Jenkins. | ||
* | ||
* @author <a href="mailto:[email protected]">Thorsten Heit ([email protected])</a> | ||
* @since 07.09.2011 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -92,8 +92,8 @@ | |
import com.atlassian.crowd.service.client.ClientPropertiesImpl; | ||
|
||
/** | ||
* This class provides the Hudson / Jenkins security realm for authenticating | ||
* users against a remote Crowd server. | ||
* This class provides the Jenkins security realm for authenticating users | ||
* against a remote Crowd server. | ||
* | ||
* @author <a href="mailto:[email protected]">Thorsten Heit ([email protected])</a> | ||
* @since 06.09.2011 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,7 +54,7 @@ | |
* This class realizes a servlet filter that checks on each request the status | ||
* of the SSO session. If the session isn't valid anymore, the user is logged | ||
* out automatically, and vice-versa: If there's a SSO session but the user | ||
* isn't logged in into Hudson / Jenkins, (s)he is automatically logged in. | ||
* isn't logged in into Jenkins, (s)he is automatically logged in. | ||
* | ||
* @author <a href="mailto:[email protected]">Thorsten Heit ([email protected])</a> | ||
* @since 09.09.2011 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/main/resources/de/theit/jenkins/crowd/CrowdSecurityRealm/help-group.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<div> | ||
The name of the Crowd group to which a user must belong to to be allowed | ||
to login into Hudson / Jenkins. | ||
to login into Jenkins. | ||
</div> |
2 changes: 1 addition & 1 deletion
2
src/main/resources/de/theit/jenkins/crowd/CrowdSecurityRealm/help-group_de.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<div> | ||
Der Name der Gruppe in Crowd, zu der ein Benutzer gehören muss, | ||
damit er sich bei Hudson / Jenkins anmelden darf. | ||
damit er sich bei Jenkins anmelden darf. | ||
</div> |
2 changes: 1 addition & 1 deletion
2
src/main/resources/de/theit/jenkins/crowd/CrowdSecurityRealm/help.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/main/resources/de/theit/jenkins/crowd/CrowdSecurityRealm/help_de.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters