Class OwnerRoleFactoryProvider.EmptyOwnerRoleFactory

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <T> java.util.Collection<T> findRoles​(java.lang.Class<? extends T> type)
      Returns all role instances of the given type.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EmptyOwnerRoleFactory

        public EmptyOwnerRoleFactory()
    • Method Detail

      • findRoles

        @Nonnull
        public <T> java.util.Collection<T> findRoles​(@Nonnull
                                                     java.lang.Class<? extends T> type)
        Description copied from interface: OwnerRoleFactory
        Returns all role instances of the given type.
        Specified by:
        findRoles in interface OwnerRoleFactory
        Type Parameters:
        T - the static type of the role
        Parameters:
        type - the dynamic type of the role
        Returns:
        a collection of roles