Added author to all java files with class comments.
[utils] / security / src / main / java / org / wamblee / usermgt / JaasUserAccessor.java
index 56ae836e5feb02686bbca3b09e47e5b82eb27685..f353e3b121bf63cc6905fff8bb197358b51809fe 100644 (file)
@@ -25,6 +25,8 @@ import javax.security.auth.Subject;
 /**
  * Implementation of the user accessor that retrieves user information
  * from JAAS. 
+ *
+ * @author Erik Brakkee
  */
 public class JaasUserAccessor implements UserAccessor {