CASC-239 Saml11AuthenticationFilter Constructor was Private instead of Public.
This commit is contained in:
parent
e2764a7be1
commit
e33af401b2
|
|
@ -31,7 +31,7 @@ import org.jasig.cas.client.Protocol;
|
|||
*/
|
||||
public class Saml11AuthenticationFilter extends AuthenticationFilter {
|
||||
|
||||
private Saml11AuthenticationFilter() {
|
||||
public Saml11AuthenticationFilter() {
|
||||
super(Protocol.SAML11);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue