Interface GlueSecurityUser
- All Superinterfaces:
Serializable,UserDetails
- All Known Implementing Classes:
GlueSecurityUserImpl
Glue에서 사용하는 SecurityUser 객체의 interface
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface org.springframework.security.core.userdetails.UserDetails
getAuthorities, getPassword, getUsername, isAccountNonExpired, isAccountNonLocked, isCredentialsNonExpired, isEnabled
-
Method Details
-
getGlueService
-
getViewAuthorities
List<GlueViewAuthority> getViewAuthorities() -
getGlueUser
GlueUser getGlueUser()
-