@Beta
public interface RoleAdminApi
@Named(value="role:list") com.google.common.collect.FluentIterable<? extends Role> list()
@Named(value="role:create") @Nullable Role create(String name)
@Named(value="role:delete") boolean delete(String roleId)
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.