Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- hello from private
- 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
- 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
- preAuthToken.toName() = ilyacyclone
- preAuthToken.getCredentials() = N/A
- user = org.springframework.security.core.userdetails.User@da9cacdc: Username: ilyacyclone; Password: [PROTECTED]; Enabled: true; AccountNonExpired: true; credentialsNonExpired: true; AccountNonLocked: true; Not granted any authorities
- user.getUsername() = ilyacyclone
- user.getPassword() = null
- user.getAuthorities() = []
- preAuthToken.getAuthorities() = []
- details = org.springframework.security.web.authentication.preauth.PreAuthenticatedGrantedAuthoritiesWebAuthenticationDetails@0: RemoteIpAddress: 10.242.101.40; SessionId: AEKHdRGlp8WwJ02VmP-jKT6g4YaVrP3MyJd-WjrqjPEsbDMjYD9P!60320245!1539870876363; []
- details.getGrantedAuthorities() = []
- httpServletRequest.isUserInRole("personal_office") = false
- httpServletRequest.isUserInRole("ROLE_personal_office") = false
- httpServletRequest.isUserInRole("PERSONAL_OFFICE") = false
- httpServletRequest.isUserInRole("ROLE_PERSONAL_OFFICE") = false
Add Comment
Please, Sign In to add comment