ILyaCyclone

http://wl3n1.miit.ru:7003/preauth/private

Oct 18th, 2018
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.30 KB | None | 0 0
  1. hello from private
  2. principal = org.springframework.security.web.authentication.preauth.PreAuthenticatedAuthenticationToken@256279d8: Principal: org.springframework.security.core.userdetails.User@da9cacdc: Username: ilyacyclone; Password: [PROTECTED]; Enabled: true; AccountNonExpired: true; credentialsNonExpired: true; AccountNonLocked: true; Not granted any authorities; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.preauth.PreAuthenticatedGrantedAuthoritiesWebAuthenticationDetails@0: RemoteIpAddress: 10.242.101.40; SessionId: AEKHdRGlp8WwJ02VmP-jKT6g4YaVrP3MyJd-WjrqjPEsbDMjYD9P!60320245!1539870876363; []; Not granted any authorities
  3. preAuthToken = org.springframework.security.web.authentication.preauth.PreAuthenticatedAuthenticationToken@256279d8: Principal: org.springframework.security.core.userdetails.User@da9cacdc: Username: ilyacyclone; Password: [PROTECTED]; Enabled: true; AccountNonExpired: true; credentialsNonExpired: true; AccountNonLocked: true; Not granted any authorities; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.preauth.PreAuthenticatedGrantedAuthoritiesWebAuthenticationDetails@0: RemoteIpAddress: 10.242.101.40; SessionId: AEKHdRGlp8WwJ02VmP-jKT6g4YaVrP3MyJd-WjrqjPEsbDMjYD9P!60320245!1539870876363; []; Not granted any authorities
  4. preAuthToken.toName() = ilyacyclone
  5. preAuthToken.getCredentials() = N/A
  6. user = org.springframework.security.core.userdetails.User@da9cacdc: Username: ilyacyclone; Password: [PROTECTED]; Enabled: true; AccountNonExpired: true; credentialsNonExpired: true; AccountNonLocked: true; Not granted any authorities
  7. user.getUsername() = ilyacyclone
  8. user.getPassword() = null
  9. user.getAuthorities() = []
  10. preAuthToken.getAuthorities() = []
  11. details = org.springframework.security.web.authentication.preauth.PreAuthenticatedGrantedAuthoritiesWebAuthenticationDetails@0: RemoteIpAddress: 10.242.101.40; SessionId: AEKHdRGlp8WwJ02VmP-jKT6g4YaVrP3MyJd-WjrqjPEsbDMjYD9P!60320245!1539870876363; []
  12. details.getGrantedAuthorities() = []
  13. httpServletRequest.isUserInRole("personal_office") = false
  14. httpServletRequest.isUserInRole("ROLE_personal_office") = false
  15. httpServletRequest.isUserInRole("PERSONAL_OFFICE") = false
  16. httpServletRequest.isUserInRole("ROLE_PERSONAL_OFFICE") = false
Add Comment
Please, Sign In to add comment