Class UserPrincipal

  • All Implemented Interfaces:
    java.io.Serializable, org.springframework.security.core.userdetails.UserDetails

    public class UserPrincipal
    extends java.lang.Object
    implements org.springframework.security.core.userdetails.UserDetails
    See Also:
    Serialized Form
    • Field Detail

      • user

        private final User user
      • profile

        private final Profile profile
    • Constructor Detail

      • UserPrincipal

        public UserPrincipal​(User user,
                             Profile profile)
    • Method Detail

      • getAuthorities

        public java.util.Collection<? extends org.springframework.security.core.GrantedAuthority> getAuthorities()
        Specified by:
        getAuthorities in interface org.springframework.security.core.userdetails.UserDetails
      • getPassword

        public java.lang.String getPassword()
        Specified by:
        getPassword in interface org.springframework.security.core.userdetails.UserDetails
      • getUsername

        public java.lang.String getUsername()
        Specified by:
        getUsername in interface org.springframework.security.core.userdetails.UserDetails
      • isAccountNonExpired

        public boolean isAccountNonExpired()
        Specified by:
        isAccountNonExpired in interface org.springframework.security.core.userdetails.UserDetails
      • isAccountNonLocked

        public boolean isAccountNonLocked()
        Specified by:
        isAccountNonLocked in interface org.springframework.security.core.userdetails.UserDetails
      • isCredentialsNonExpired

        public boolean isCredentialsNonExpired()
        Specified by:
        isCredentialsNonExpired in interface org.springframework.security.core.userdetails.UserDetails
      • isEnabled

        public boolean isEnabled()
        Specified by:
        isEnabled in interface org.springframework.security.core.userdetails.UserDetails
      • getUser

        public User getUser()
      • getProfile

        public Profile getProfile()