Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ELY-2859] Update author information for Jessica Rodriguez. #2234

Merged
merged 1 commit into from
Nov 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
* A utility class to utilize methods from the {@code FileSystemSecurityRealm} class for the Elytron Tool.
*
* @author <a href="mailto:[email protected]">Ashpan Raskar</a>
* @author <a href="mailto:carodrig@redhat.com">Cameron Rodriguez</a>
* @author <a href="mailto:jrodri@redhat.com">Jessica Rodriguez</a>
*/
public class FileSystemRealmUtil {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
* security-domain in WildFly.
*
* @author <a href="mailto:[email protected]">Ashpan Raskar</a>
* @author <a href="mailto:carodrig@redhat.com">Cameron Rodriguez</a>
* @author <a href="mailto:jrodri@redhat.com">Jessica Rodriguez</a>
*/

class FileSystemEncryptRealmCommand extends Command {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
* any identities use a schema which doesn't support integrity checking ({@code urn:elytron:identity:1.1} or earlier),
* they are also updated.
*
* @author <a href="mailto:carodrig@redhat.com">Cameron Rodriguez</a>
* @author <a href="mailto:jrodri@redhat.com">Jessica Rodriguez</a>
*/
public class FileSystemRealmIntegrityCommand extends Command {
static final String FILE_SYSTEM_REALM_INTEGRITY_COMMAND = "filesystem-realm-integrity";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

/**
* @author <a href="mailto:[email protected]">Ashpan Raskar</a>
* @author <a href="mailto:carodrig@redhat.com">Cameron Rodriguez</a>
* @author <a href="mailto:jrodri@redhat.com">Jessica Rodriguez</a>
*/
public class FileSystemEncryptRealmCommandTest extends AbstractCommandTest {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
import org.apache.commons.lang3.tuple.ImmutablePair;
import org.junit.Test;

/** @author <a href="mailto:carodrig@redhat.com">Cameron Rodriguez</a> */
/** @author <a href="mailto:jrodri@redhat.com">Jessica Rodriguez</a> */
public class FileSystemRealmIntegrityCommandTest extends AbstractCommandTest {

private static final String RELATIVE_BASE_DIR = "./target/test-classes/filesystem-integrity/";
Expand Down
Loading