ldap plugin template

This commit is contained in:
Thorsten Ludewig
2011-01-06 20:33:50 +01:00
parent 7f12629b06
commit 82b8bac7c6
3 changed files with 3 additions and 3 deletions

View File

@@ -56,7 +56,7 @@ import javax.servlet.http.HttpServletResponse;
/** /**
* *
* @author Sebastian Sdorra * @author Thorsten Ludewig
*/ */
@Singleton @Singleton
@Extension @Extension

View File

@@ -42,7 +42,7 @@ import javax.xml.bind.annotation.XmlRootElement;
/** /**
* *
* @author Sebastian Sdorra * @author Thorsten Ludewig
*/ */
@XmlRootElement(name = "ldap-config") @XmlRootElement(name = "ldap-config")
@XmlAccessorType(XmlAccessType.FIELD) @XmlAccessorType(XmlAccessType.FIELD)

View File

@@ -54,7 +54,7 @@ import javax.ws.rs.core.UriInfo;
/** /**
* *
* @author Sebastian Sdorra * @author Thorsten Ludewig
*/ */
@Singleton @Singleton
@Path("config/auth/ldap") @Path("config/auth/ldap")