java.lang.Object
org.springframework.security.kerberos.authentication.sun.JaasUtil

public class JaasUtil extends Object
JAAS utility functions.
  • Constructor Details

    • JaasUtil

      public JaasUtil()
  • Method Details

    • copySubject

      public static Subject copySubject(Subject subject)
      Copy the principal and the credentials into a new Subject.
      Parameters:
      subject -
      Returns: