Class JaasUtil
java.lang.Object
org.springframework.security.kerberos.authentication.sun.JaasUtil
JAAS utility functions.
- 
Method Summary
Modifier and TypeMethodDescriptionstatic SubjectcopySubject(Subject subject) Copy the principal and the credentials into a new Subject. 
- 
Method Details
- 
copySubject
Copy the principal and the credentials into a new Subject.- Parameters:
 subject-- Returns:
 
 
 -