Uses of Class
de.trustable.ca3s.core.domain.Authority
-
Packages that use Authority Package Description de.trustable.ca3s.core.domain JPA domain objects. -
-
Uses of Authority in de.trustable.ca3s.core.domain
Fields in de.trustable.ca3s.core.domain with type parameters of type Authority Modifier and Type Field Description static javax.persistence.metamodel.SetAttribute<User,Authority>User_. authoritiesstatic javax.persistence.metamodel.SingularAttribute<Authority,String>Authority_. nameMethods in de.trustable.ca3s.core.domain that return types with arguments of type Authority Modifier and Type Method Description Set<Authority>User. getAuthorities()Method parameters in de.trustable.ca3s.core.domain with type arguments of type Authority Modifier and Type Method Description voidUser. setAuthorities(Set<Authority> authorities)
-