| Modifier and Type | Method and Description |
|---|---|
OwncloudUserDetails |
OwncloudUserDetails.OwncloudUserDetailsBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
static OwncloudModificationUser |
OwncloudModificationUser.of(OwncloudUserDetails userDetails)
Creates a new Instance by copying the Values of an existing
OwncloudUserDetails Object. |
| Modifier and Type | Method and Description |
|---|---|
OwncloudUserDetails |
OwncloudUserService.save(OwncloudModificationUser user)
Create or update a User.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<OwncloudUserDetails> |
OwncloudUserService.findOne(String username)
Get the Details of a User or
Optional.empty() if
the User doesn't exist |
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends org.springframework.security.core.GrantedAuthority> |
OwncloudGrantedAuthoritiesMappingService.mapGrantedAuthorities(OwncloudUserDetails userDetails)
Map the
GrantedAuthoritiesMapper or the OwncloudGrantedAuthoritiesMapper to the given UserDetails |
| Modifier and Type | Method and Description |
|---|---|
void |
OwncloudLocalUserServiceExtension.registerSaveUserCallback(Consumer<OwncloudUserDetails> listener)
Register a Callback Consumer which will be called when
some User Modifications has been taken.
|
Copyright © 2016–2020 coolstuff.software. All rights reserved.