X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fusermanager%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fusermanager%2FIAAAProvider.java;h=0fb26a1a625ce21afb1c883c8f642e1baa0cba97;hp=36a2c06bf6873118e58a3df90bd41652259ce776;hb=refs%2Fchanges%2F49%2F449%2F1;hpb=541d0a36997f292bb037a2199463431eee538358 diff --git a/opendaylight/usermanager/src/main/java/org/opendaylight/controller/usermanager/IAAAProvider.java b/opendaylight/usermanager/src/main/java/org/opendaylight/controller/usermanager/IAAAProvider.java index 36a2c06bf6..0fb26a1a62 100644 --- a/opendaylight/usermanager/src/main/java/org/opendaylight/controller/usermanager/IAAAProvider.java +++ b/opendaylight/usermanager/src/main/java/org/opendaylight/controller/usermanager/IAAAProvider.java @@ -18,7 +18,7 @@ public interface IAAAProvider { /** * Authenticate user with AAA server and return authentication and * authorization info using the Provider's mechanism - * + * * @param userName * the username * @param password @@ -35,7 +35,7 @@ public interface IAAAProvider { /** * Returns the Name of the Provider - * + * * @return Name of the AAA provider */ public String getName();