Uses of Enum Class
de.gustavblass.fsu.fmi.roombooking.model.actor.ActorRole
Packages that use ActorRole
Package
Description
-
Uses of ActorRole in de.gustavblass.fsu.fmi.roombooking.dto
Fields in de.gustavblass.fsu.fmi.roombooking.dto declared as ActorRoleModifier and TypeFieldDescriptionprivate @NotNull ActorRoleActorCreatedByAdminDTO.roleThe role that the future Actor shall have.private final @NonNull ActorRoleActorDTO.roleThe field for therolerecord component.Methods in de.gustavblass.fsu.fmi.roombooking.dto that return ActorRoleModifier and TypeMethodDescription@NonNull ActorRoleLocalRegistrationActorDTO.getRole()@NonNull ActorRoleActorDTO.role()Returns the value of therolerecord component.Methods in de.gustavblass.fsu.fmi.roombooking.dto with parameters of type ActorRoleModifier and TypeMethodDescriptionvoidSets theActorCreatedByAdminDTO.roletoActorRole.UNKNOWN.Constructors in de.gustavblass.fsu.fmi.roombooking.dto with parameters of type ActorRoleModifierConstructorDescriptionActorDTO(@NonNull Long id, @NonNull String userName, @NonNull String name, @NonNull String eMailAddress, @NonNull ActorRole role, boolean enabled, boolean locked) Creates an instance of aActorDTOrecord class.LocalActorCreatedByAdminDTO(ActorRole actorRole, String userName, String name, String eMailAddress, Boolean enabled, Boolean locked, String password, String repeatedPassword) Constructs a newLocalActorCreatedByAdminDTO. -
Uses of ActorRole in de.gustavblass.fsu.fmi.roombooking.model.actor
Subclasses with type arguments of type ActorRole in de.gustavblass.fsu.fmi.roombooking.model.actorModifier and TypeClassDescriptionenumFields in de.gustavblass.fsu.fmi.roombooking.model.actor declared as ActorRoleModifier and TypeFieldDescriptionprivate @NonNull ActorRoleActor.roleClassification of this Actor.Methods in de.gustavblass.fsu.fmi.roombooking.model.actor that return ActorRoleModifier and TypeMethodDescriptionstatic @NonNull ActorRoleActorRole.ofActorAuthority(@NonNull ActorAuthority actorAuthority) Of those ActorRoles that correspond to the givenActorAuthority, returns that role with the lowest level of authority.static ActorRoleReturns the enum constant of this class with the specified name.static ActorRole[]ActorRole.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.gustavblass.fsu.fmi.roombooking.model.actor that return types with arguments of type ActorRole -
Uses of ActorRole in de.gustavblass.fsu.fmi.roombooking.security
Methods in de.gustavblass.fsu.fmi.roombooking.security that return types with arguments of type ActorRoleModifier and TypeMethodDescriptionLdapActorRegistrationMapper.parseRole(@NonNull org.springframework.ldap.core.DirContextOperations context, @NonNull Collection<? extends org.springframework.security.core.GrantedAuthority> authorities) Determines theActor.rolefrom the givenDirContextOperations(trying the attributeeduPersonAffiliation) and GrantedAuthorities.