Skip to content

Commit

Permalink
Merge pull request #2210 from hazendaz/master
Browse files Browse the repository at this point in the history
[cleanup] Remove rest of legacy @author tags
  • Loading branch information
hazendaz authored Jan 21, 2024
2 parents 305b05e + 581bcaa commit 422df91
Show file tree
Hide file tree
Showing 25 changed files with 14 additions and 70 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@
/**
* Group principal.
*
* @author rockchip[dot]tv[at]gmail[dot]com
*
* @deprecated This class is deprecated as hiding a principal inside another principal is not JAAS compliant. Use the
* Principals in the Subject to directly enroll groups or roles by name.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@

/**
* Rudimentary NTLM message utility.
*
* @author ari.suutari[at]syncrontech[dot]com
*/
public final class SPNegoMessage {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@
* @param <V>
* the type of mapped values
*
* @author Simon Legner
*
* @see <a href="https://github.com/Waffle/waffle/blob/master/Docs/CustomCache.md">Can I provide a custom cache
* implementation?</a>
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@

/**
* Service interface to instantiate a new {@link Cache}.
*
* @author Simon Legner
*/
public interface CacheSupplier {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@
* the type of keys maintained by this cache
* @param <V>
* the type of mapped values
*
* @author Simon Legner
*/
public class CaffeineCache<K, V> implements Cache<K, V> {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@

/**
* A {@link CacheSupplier} supplying {@link CaffeineCache}.
*
* @author Simon Legner
*/
public class CaffeineCacheSupplier implements CacheSupplier {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@

/**
* The Class GroupPrincipalTest.
*
* @author rockchip[dot]tv[at]gmail[dot]com
*/
class GroupPrincipalTest {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@

/**
* The Class SPNegoMessageTest.
*
* @author ari.suutari[at]syncrontech[dot]com
*/
class SPNegoMessageTest {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@

/**
* Rudimentary NTLM message utility.
*
* @author ari.suutari[at]syncrontech[dot]com
*/
public final class SPNegoMessage {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@
* @param <V>
* the type of mapped values
*
* @author Simon Legner
*
* @see <a href="https://github.com/Waffle/waffle/blob/master/Docs/CustomCache.md">Can I provide a custom cache
* implementation?</a>
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@

/**
* Service interface to instantiate a new {@link Cache}.
*
* @author Simon Legner
*/
public interface CacheSupplier {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@
* the type of keys maintained by this cache
* @param <V>
* the type of mapped values
*
* @author Simon Legner
*/
public class CaffeineCache<K, V> implements Cache<K, V> {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@

/**
* A {@link CacheSupplier} supplying {@link CaffeineCache}.
*
* @author Simon Legner
*/
public class CaffeineCacheSupplier implements CacheSupplier {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@

/**
* The Class SPNegoMessageTest.
*
* @author ari.suutari[at]syncrontech[dot]com
*/
class SPNegoMessageTest {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,6 @@
* /logout = logout
* /* = waffleFilter
* </pre>
*
* @author Dan Rollo Date: 2/21/13 Time: 9:08 PM
*/
public class DynamicAuthenticationFilter extends FormAuthenticationFilter {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@
* <p>
* Derived from net.skorgenes.security.jsecurity.negotiate.NegotiateAuthenticationFilter.
*
* @author Dan Rollo
*
* @since 1.0.0
*/
public class AuthenticationInProgressException extends AuthenticationException {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,6 @@
import java.util.Base64;
import java.util.List;

/**
* Derived from net.skorgenes.security.jsecurity.negotiate.NegotiateAuthenticationFilter. see:
*
* https://bitbucket.org/lothor
*
* /shiro-negotiate/src/7b25efde130b9cbcacf579b3f926c532d919aa23/src/main/java/net/skorgenes/
*
* security/jsecurity/negotiate/NegotiateAuthenticationFilter.java?at=default
*
* @author Dan Rollo
*/
import javax.servlet.ServletRequest;
import javax.servlet.ServletResponse;
import javax.servlet.http.HttpServletRequest;
Expand All @@ -60,7 +49,13 @@
* A authentication filter that implements the HTTP Negotiate mechanism. The current user is authenticated, providing
* single-sign-on
*
* @author Dan Rollo
* Derived from net.skorgenes.security.jsecurity.negotiate.NegotiateAuthenticationFilter. see:
*
* https://bitbucket.org/lothor
*
* /shiro-negotiate/src/7b25efde130b9cbcacf579b3f926c532d919aa23/src/main/java/net/skorgenes/
*
* security/jsecurity/negotiate/NegotiateAuthenticationFilter.java?at=default
*
* @since 1.0.0
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@
* /shiro-negotiate/src/7b25efde130b/src/main/java/net/skorgenes/security/jsecurity/negotiate
*
* /NegotiateAuthenticationRealm.java?at=default
*
* @author Dan Rollo
*/
import javax.security.auth.Subject;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@
* does require the {@link NegotiateAuthenticationStrategy} to ensure negotiate 'continue' calls will proceed. So for
* now, the most reliable approach is to use this strategy.
*
* @author Dan Rollo Date: 3/18/13 Time: 3:31 PM
*
* @see NegotiateAuthenticationStrategy#afterAttempt(org.apache.shiro.realm.Realm,
* org.apache.shiro.authc.AuthenticationToken, org.apache.shiro.authc.AuthenticationInfo,
* org.apache.shiro.authc.AuthenticationInfo, Throwable)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@
* https://bitbucket.org/lothor/shiro-negotiate
* /src/7b25efde130b/src/main/java/net/skorgenes/security/jsecurity/negotiate/NegotiateInfo.java?at=default
*
* @author Dan Rollo
*
* @since 1.0.0
*/
public class NegotiateInfo implements AuthenticationInfo {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,6 @@

import java.security.Principal;

/**
* Derived from net.skorgenes.security.jsecurity.negotiate.NegotiateToken. see:
*
* https://bitbucket.org/lothor/shiro-negotiate
*
* /src/7b25efde130b9cbcacf579b3f926c532d919aa23/src/main/java/net/skorgenes/
*
* security/jsecurity/negotiate/NegotiateAuthenticationFilter.java?at=default
*
* @author Dan Rollo
*/
import javax.security.auth.Subject;

import org.apache.shiro.authc.AuthenticationInfo;
Expand All @@ -45,7 +34,13 @@
/**
* An authentication token wrapping a Waffle Negotiate token.
*
* @author Dan Rollo
* Derived from net.skorgenes.security.jsecurity.negotiate.NegotiateToken. see:
*
* https://bitbucket.org/lothor/shiro-negotiate
*
* /src/7b25efde130b9cbcacf579b3f926c532d919aa23/src/main/java/net/skorgenes/
*
* security/jsecurity/negotiate/NegotiateAuthenticationFilter.java?at=default
*
* @since 1.0.0
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@

/**
* The Class NegotiateAuthenticationRealmTest.
*
* @author Dan Rollo Date: 2/14/13 Time: 11:11 PM
*/
class NegotiateAuthenticationRealmTest {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@

/**
* The Class NegotiateAuthenticationStrategyTest.
*
* @author Dan Rollo Date: 3/18/13 Time: 3:34 PM
*/
class NegotiateAuthenticationStrategyTest {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@

/**
* The Class NegotiateSecurityFilterTest.
*
* @author [unaor]
*/
class DelegatingNegotiateSecurityFilterTest {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@

/**
* The Class NegotiateSecurityFilterTest.
*
* @author [unaor]
*/
class DelegatingNegotiateSecurityFilterTest {

Expand Down

0 comments on commit 422df91

Please sign in to comment.