Skip to content

Commit

Permalink
Add @SInCE for new components.
Browse files Browse the repository at this point in the history
  • Loading branch information
serac committed Feb 7, 2014
1 parent eb2cd5f commit 80b2c9f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
*
* @author Misagh Moayyed
* @author Marvin S. Addison
* @version 4.0.0
* @since 4.0.0
*/
public class PasswordPolicyConfiguration {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
* Strategy pattern for handling directory-specific account state data.
*
* @author Marvin S. Addison
* @since 4.0.0
*/
public interface AccountStateHandler {
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
* Default account state handler.
*
* @author Marvin S. Addison
* @since 4.0.0
*/
public class DefaultAccountStateHandler implements AccountStateHandler {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
* LDAP-specific password policy configuration container.
*
* @author Marvin S. Addison
* @since 4.0.0
*/
public class LdapPasswordPolicyConfiguration extends PasswordPolicyConfiguration {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
* returned from the LDAP query for user details.
*
* @author Marvin S. Addison
* @since 4.0.0
*/
public class OptionalWarningAccountStateHandler extends DefaultAccountStateHandler {

Expand Down

0 comments on commit 80b2c9f

Please sign in to comment.