parent
5faf72b876
commit
82d03364c8
|
|
@ -42,6 +42,9 @@ import java.security.Principal;
|
|||
*/
|
||||
public final class ConfluenceCasAuthenticator extends ConfluenceAuthenticator {
|
||||
|
||||
/** ConfluenceCasAuthenticator.java */
|
||||
private static final long serialVersionUID = -6097438206488390677L;
|
||||
|
||||
private static final Log LOG = LogFactory.getLog(ConfluenceCasAuthenticator.class);
|
||||
|
||||
public Principal getUser(final HttpServletRequest request, final HttpServletResponse response) {
|
||||
|
|
|
|||
|
|
@ -42,6 +42,9 @@ import java.security.Principal;
|
|||
*/
|
||||
public final class JiraCasAuthenticator extends DefaultAuthenticator {
|
||||
|
||||
/** JiraCasAuthenticator.java */
|
||||
private static final long serialVersionUID = 3452011252741183166L;
|
||||
|
||||
private static final Log LOG = LogFactory.getLog(JiraCasAuthenticator.class);
|
||||
|
||||
public Principal getUser(final HttpServletRequest request, final HttpServletResponse response) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue