Fix formatting
Issue gh-178
This commit is contained in:
@@ -33,7 +33,7 @@ import org.springframework.security.kerberos.authentication.sun.SunJaasKerberosC
|
||||
*/
|
||||
public class JaasSubjectHolder implements Serializable {
|
||||
|
||||
private static final long serialVersionUID = 8174713761131577405L;
|
||||
private static final long serialVersionUID = 8174713761131577405L;
|
||||
|
||||
private Subject jaasSubject;
|
||||
private String username;
|
||||
|
||||
@@ -38,7 +38,7 @@ public class KerberosUsernamePasswordAuthenticationToken
|
||||
|
||||
private static final long serialVersionUID = 6327699460703504153L;
|
||||
|
||||
private final JaasSubjectHolder jaasSubjectHolder;
|
||||
private final JaasSubjectHolder jaasSubjectHolder;
|
||||
|
||||
/**
|
||||
* <p>Creates an authentication token that holds the username and password, and the Subject
|
||||
|
||||
Reference in New Issue
Block a user