Jasig/WebproxyPortlet

View on GitHub
src/main/java/org/jasig/portlet/proxy/service/web/interceptor/ProxyCASAuthenticationPreInterceptor.java

Summary

Maintainability
A
1 hr
Test Coverage

Method prepareAuthentication has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    @Override
    protected void prepareAuthentication(HttpContentRequestImpl contentRequest, PortletRequest portletRequest) {

        // retrieve the CAS ticket from the UserInfo map
        @SuppressWarnings("unchecked")

    There are no issues that match your filters.

    Category
    Status